Minor change

This commit is contained in:
Felix Koppe
2024-12-01 23:46:46 +01:00
parent eaef4b20ba
commit f0cab64910

View File

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