From 4188dadbe3825178349417ba8d594bca00761dc4 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Fri, 29 Oct 2021 19:57:40 -0400 Subject: 1.3.1 build 3 --- src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java') diff --git a/src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java b/src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java index 52bf310..e4dd16e 100644 --- a/src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java +++ b/src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java @@ -45,8 +45,8 @@ public class Stop implements ICommand { Main.plugin.timeLeft = 0; Worldborder.resetWorldborder("hideandseek_"+spawnWorld); for(Player player : Main.plugin.board.getPlayers()) { + Main.plugin.board.createLobbyBoard(player); player.setGameMode(GameMode.ADVENTURE); - player.setLevel(0); Main.plugin.board.addHider(player); player.getInventory().clear(); player.teleport(new Location(Bukkit.getWorld(lobbyWorld), lobbyPosition.getX(),lobbyPosition.getY(),lobbyPosition.getZ())); -- cgit v1.2.3-freya