Actually reload the jail sticks when we reload the plugin via command.

This commit is contained in:
graywolf336 2014-03-14 15:20:50 -05:00
parent 2dfe777f3f
commit c478ef2544

View File

@ -21,6 +21,7 @@ public class JailReloadCommand implements Command {
jm.getPlugin().getJailIO().loadLanguage();
jm.getPlugin().getJailIO().loadJails();
jm.getPlugin().reloadScoreBoardManager();
jm.getPlugin().reloadJailSticks();
sender.sendMessage(jm.getPlugin().getJailIO().getLanguageString(LangString.PLUGINRELOADED));
return true;