diff options
| author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-10-27 19:57:44 -0400 |
|---|---|---|
| committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-10-27 19:57:44 -0400 |
| commit | 27dc2bbf908f10c103759a82c37560d63683ebce (patch) | |
| tree | 899f154d788c322d88d8dc96e1c34b1e3cdd0aa2 /src/main/java/net/tylermurphy/hideAndSeek/command/Stop.java | |
| parent | 1.3.0 full release (diff) | |
| download | kenshinshideandseek-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.java | 2 |
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(); } |