Removed Locale.unload temporarily due to reload issues

This commit is contained in:
Rsl1122 2017-08-18 11:18:51 +03:00
parent 844d567243
commit a19fca8343

View File

@ -265,7 +265,7 @@ public class Plan extends BukkitPlugin<Plan> {
getPluginLogger().endAllDebugs(); getPluginLogger().endAllDebugs();
Log.info(Locale.get(Msg.DISABLED).toString()); Log.info(Locale.get(Msg.DISABLED).toString());
Locale.unload(); // Locale.unload();
} }
private void registerListeners() { private void registerListeners() {