From 4a130251392a255b30914fd34c39daec72f9cbad Mon Sep 17 00:00:00 2001 From: Zocker1999NET Date: Sun, 3 Jul 2016 20:25:49 +0200 Subject: [PATCH] =?UTF-8?q?Anpassung=20der=20n=C3=B6tigen=20Spieleranzahl?= =?UTF-8?q?=20N=C3=B6tige=20Anzahl=20erh=C3=B6ht=20auf=203,=20da=20f=C3=BC?= =?UTF-8?q?r=202=20Spieler=20keine=20definierte=20Provinz-Verteilung=20vor?= =?UTF-8?q?liegt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Colours.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Colours.java b/Colours.java index 50a691c..431e185 100644 --- a/Colours.java +++ b/Colours.java @@ -124,7 +124,7 @@ public class Colours extends World implements ButtonEvent posli = false; } - if ( b == weiter && x >=2 ) + if ( b == weiter && x > 2 ) { String[] newpn = new String[x]; int[] newcolor = new int[x];