fixed ceremony statetransition

This commit is contained in:
Hanno Fleischer
2024-12-10 19:30:58 +01:00
parent 9f1dafece2
commit 3b73d1229b

View File

@@ -27,7 +27,6 @@ public CeremonyState(ClientState parent, ClientGameLogic logic) {
@Override
public void enter() {
setState(podiumState);
logic.addNotification(createCeremonyNotification());
}
/**