summaryrefslogtreewikicommitdiff
path: root/src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2021-10-21 18:26:38 -0400
committerTyler Murphy <tylermurphy534@gmail.com>2021-10-21 18:26:38 -0400
commit91311dd23dd93d38c240e759b0d2aa76dc4a5bd9 (patch)
tree456a7b591ded9c392d4cbb21b0dff942e423ded4 /src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java
parentnametags fix (diff)
downloadkenshinshideandseek-91311dd23dd93d38c240e759b0d2aa76dc4a5bd9.tar.gz
kenshinshideandseek-91311dd23dd93d38c240e759b0d2aa76dc4a5bd9.tar.bz2
kenshinshideandseek-91311dd23dd93d38c240e759b0d2aa76dc4a5bd9.zip
1.3.0 final beta
Diffstat (limited to 'src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java')
-rw-r--r--src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java1
1 files changed, 1 insertions, 0 deletions
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);