...
parent
38d1587405
commit
47e7b160e3
Binary file not shown.
Binary file not shown.
|
@ -75,7 +75,7 @@ public class YahtzeeGame {
|
||||||
|
|
||||||
public void lockInDices(int player, String... dices) {
|
public void lockInDices(int player, String... dices) {
|
||||||
|
|
||||||
if (dices[0].equals("none"))
|
if (dices[0].equalsIgnoreCase("none"))
|
||||||
return;
|
return;
|
||||||
players.get(player).hand.lockInDices(dices);
|
players.get(player).hand.lockInDices(dices);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue