fixed 2 dicenow notification

This commit is contained in:
Cedric Beck
2024-12-09 04:34:47 +01:00
parent 9ea6837e89
commit 15b7aa9e8c

View File

@@ -23,7 +23,7 @@ public RollDiceState(ClientState parent, ClientGameLogic logic) {
@Override
public void enter() {
logic.addNotification(new DiceNowNotification());
//logic.addNotification(new DiceNowNotification());
}
@Override