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
@@ -60,7 +60,7 @@ public class ModifyCommand extends SWCommand implements Listener {
LobbySystem.getEntityServer(true).removePlayer(player);
player.setGameMode(GameMode.ADVENTURE);
player.setOp(false);
PlayerSpawn.giveItems(player);
// PlayerSpawn.giveItems(player);
}else {
modifying.add(player);
LobbySystem.getEntityServer(true).addPlayer(player);