Allow edit of Lobby

This commit is contained in:
2025-04-01 20:56:33 +02:00
parent 87f0765506
commit 1dcd2f102c
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);