migrated to jackson
This commit is contained in:
@@ -172,7 +172,7 @@ public final class Game extends BaseState {
|
||||
if (juggling) checkActivePlayer(player, JUGGLE_CARD);
|
||||
finishInteraction();
|
||||
|
||||
hands.put(player, hand);
|
||||
hands.put(player, new ArrayList<>(hand));
|
||||
gameScreen.setSelectedCard(null);
|
||||
gameScreen.setHand(player, hand, juggling);
|
||||
juggling = false;
|
||||
|
Reference in New Issue
Block a user