2 Commits

Author SHA1 Message Date
jannis 103bd23bf4 fixed issues after ending in colorjump 2026-08-10 18:16:03 +02:00
jannis b175433701 fixed issues after ending in colorjump 2026-08-10 13:41:35 +02:00
@@ -172,5 +172,9 @@ public class ColorJump extends StatelessGame {
this.getScore().insertResult(player);
player.setGameMode(GameMode.SPECTATOR);
}
if(!this.isBeforeBeginning && !this.isRunning) {
player.setGameMode(GameMode.SPECTATOR);
player.teleport(this.getSpawn());
}
}
}