diff --git a/Projektgruppe_175/src/gui/views/GameView.java b/Projektgruppe_175/src/gui/views/GameView.java index 740825f..e2b3ef2 100644 --- a/Projektgruppe_175/src/gui/views/GameView.java +++ b/Projektgruppe_175/src/gui/views/GameView.java @@ -251,6 +251,8 @@ public class GameView extends View implements GameInterface { @Override public void onNewRound(int round) { + jokers.setJokers(game.getCurrentPlayer().getJokers()); + this.onResize(); this.logLine(String.format("Runde %d.", round)); }