Bugfix 1.1

This commit is contained in:
Fabian Keller
2021-01-08 13:28:52 +01:00
parent 533d26ef05
commit 61ea8ae605

View File

@@ -199,7 +199,7 @@ public class Spiel {
if(amZug == Spieler.COMPUTER) alternieren(dashboard);
}
else {
alternieren();
alternieren(dashboard);
}
}
}