summaryrefslogtreewikicommitdiff
path: root/src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2021-10-27 19:57:44 -0400
committerTyler Murphy <tylermurphy534@gmail.com>2021-10-27 19:57:44 -0400
commit27dc2bbf908f10c103759a82c37560d63683ebce (patch)
tree899f154d788c322d88d8dc96e1c34b1e3cdd0aa2 /src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java
parent1.3.0 full release (diff)
downloadkenshinshideandseek-27dc2bbf908f10c103759a82c37560d63683ebce.tar.gz
kenshinshideandseek-27dc2bbf908f10c103759a82c37560d63683ebce.tar.bz2
kenshinshideandseek-27dc2bbf908f10c103759a82c37560d63683ebce.zip
1.3.1 build 1
Diffstat (limited to 'src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java')
-rw-r--r--src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java b/src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java
index 810c071..52bf310 100644
--- a/src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java
+++ b/src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java
@@ -58,7 +58,7 @@ public class Stop implements ICommand {
Packet.setGlow(player, temp, false);
}
}
- Util.unloadMap("hideandseek_"+spawnWorld);
+ Main.plugin.worldLoader.unloadMap();
Main.plugin.board.reloadLobbyBoards();
}