diff options
-rw-r--r-- | src/jrummikub/control/RoundControl.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jrummikub/control/RoundControl.java b/src/jrummikub/control/RoundControl.java index 2bcbc7e..b61043d 100644 --- a/src/jrummikub/control/RoundControl.java +++ b/src/jrummikub/control/RoundControl.java @@ -571,6 +571,8 @@ public class RoundControl { */ protected void redeal() { view.setBottomPanel(BottomPanelType.NONHUMAN_HAND_PANEL); + view.getPlayerPanel().setTime(roundState.getGameSettings().getTotalTime(), + roundState.getGameSettings().getTotalTime()); turnControl = null; for (Connection c : new ArrayList<Connection>(connections)) { |