Adjust state

This commit is contained in:
Felix Koppe
2024-12-01 23:03:26 +01:00
parent 12cb87ef70
commit 5905a232a5

View File

@@ -107,7 +107,7 @@ public void simpleInitApp() {
gameView = new GameView(this);
ceremonyView = new CeremonyView(this);
enter(MdgaState.GAME);
enter(MdgaState.MAIN);
}
/**