lock endTurnButton when player needs to roll dice

This commit is contained in:
Johannes Schmelz
2024-12-03 00:29:27 +01:00
parent 9e88353bd5
commit cb0788e44c
2 changed files with 2 additions and 2 deletions

View File

@@ -333,7 +333,6 @@ public class ClientGameLogic implements ServerInterpreter, GameEventBroker {
@Override
public void received(NextPlayerTurn msg) {
notifyListeners(new ButtonStatusEvent(true));
setState(new ActiveState(this));
}
@Override