migrated to jackson

This commit is contained in:
2022-01-12 10:28:31 +01:00
parent 2484dec68a
commit c75cf03762
14 changed files with 148 additions and 386 deletions

View File

@@ -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;