Revert "Allow edit of Lobby"

This reverts commit 1dcd2f102c.
This commit is contained in:
2025-04-02 08:58:42 +02:00
parent 5907648462
commit e7c4c998a0
4 changed files with 6 additions and 6 deletions
@@ -169,8 +169,8 @@ public class JumpAndRun extends BasicListener {
}
public static void reset(Player player) {
// PlayerSpawn.giveItems(player);
// player.setAllowFlight(true);
PlayerSpawn.giveItems(player);
player.setAllowFlight(true);
CURRENT_POS.remove(player);
START.remove(player);
FAILS.remove(player);