selim 2024-05-04 23:55:18 +02:00
parent 38d1587405
commit 47e7b160e3
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -75,7 +75,7 @@ public class YahtzeeGame {
public void lockInDices(int player, String... dices) {
if (dices[0].equals("none"))
if (dices[0].equalsIgnoreCase("none"))
return;
players.get(player).hand.lockInDices(dices);