From 91311dd23dd93d38c240e759b0d2aa76dc4a5bd9 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Thu, 21 Oct 2021 18:26:38 -0400 Subject: 1.3.0 final beta --- src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java | 1 + 1 file changed, 1 insertion(+) (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 416d673..e2cb563 100644 --- a/src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java +++ b/src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java @@ -41,6 +41,7 @@ public class Stop implements ICommand { if(Main.plugin.status.equals("Standby")) return; Main.plugin.status = "Standby"; Main.plugin.gameId++; + Main.plugin.timeLeft = 0; Worldborder.resetWorldborder("hideandseek_"+spawnWorld); for(Player player : Main.plugin.board.getPlayers()) { player.setGameMode(GameMode.ADVENTURE); -- cgit v1.2.3-freya