edited flag=false in enter in rolldice

This commit is contained in:
Benjamin Feyer
2024-12-10 12:46:56 +01:00
parent 70c821f2ac
commit ea1978d5a8

View File

@@ -24,6 +24,7 @@ public RollDiceState(ClientState parent, ClientGameLogic logic) {
@Override
public void enter() {
isRolled = false;
logic.addNotification(new DiceNowNotification());
}