diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-10-20 21:37:38 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-10-20 21:37:38 -0400 |
commit | d076b77686c4ce44d9aa034b33fa6d818110cb01 (patch) | |
tree | eec136b8b3823a570172dab8991b58861828a427 /src/main/java/net/tylermurphy/hideAndSeek/command/Reload.java | |
parent | teams reference rewrite (diff) | |
download | kenshinshideandseek-d076b77686c4ce44d9aa034b33fa6d818110cb01.tar.gz kenshinshideandseek-d076b77686c4ce44d9aa034b33fa6d818110cb01.tar.bz2 kenshinshideandseek-d076b77686c4ce44d9aa034b33fa6d818110cb01.zip |
nametags fix
Diffstat (limited to 'src/main/java/net/tylermurphy/hideAndSeek/command/Reload.java')
-rw-r--r-- | src/main/java/net/tylermurphy/hideAndSeek/command/Reload.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/net/tylermurphy/hideAndSeek/command/Reload.java b/src/main/java/net/tylermurphy/hideAndSeek/command/Reload.java index e7ab942..55147d6 100644 --- a/src/main/java/net/tylermurphy/hideAndSeek/command/Reload.java +++ b/src/main/java/net/tylermurphy/hideAndSeek/command/Reload.java @@ -16,7 +16,6 @@ public class Reload implements ICommand { return; } Config.loadConfig(); - Main.plugin.board.reload(); sender.sendMessage(messagePrefix + "Reloaded the config"); } |