Fix TowerRunGame.reset

This commit is contained in:
2025-05-11 20:19:23 +02:00
parent d6fba9b0af
commit d0665932f4
@@ -147,6 +147,7 @@ public class TowerRunGame {
player.setGameMode(GameMode.SURVIVAL);
}
player.teleport(WorldConfig.SPAWN);
PLAYERS_ALIVE.add(TowerRunPlayer.get(player));
});
}