Actually reload the jail sticks when we reload the plugin via command.
This commit is contained in:
parent
2dfe777f3f
commit
c478ef2544
@ -21,6 +21,7 @@ public class JailReloadCommand implements Command {
|
|||||||
jm.getPlugin().getJailIO().loadLanguage();
|
jm.getPlugin().getJailIO().loadLanguage();
|
||||||
jm.getPlugin().getJailIO().loadJails();
|
jm.getPlugin().getJailIO().loadJails();
|
||||||
jm.getPlugin().reloadScoreBoardManager();
|
jm.getPlugin().reloadScoreBoardManager();
|
||||||
|
jm.getPlugin().reloadJailSticks();
|
||||||
|
|
||||||
sender.sendMessage(jm.getPlugin().getJailIO().getLanguageString(LangString.PLUGINRELOADED));
|
sender.sendMessage(jm.getPlugin().getJailIO().getLanguageString(LangString.PLUGINRELOADED));
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user