Debug on disable.

This commit is contained in:
Rsl1122 2017-08-12 16:17:53 +03:00
parent d4cd53cd07
commit 450f777de8

View File

@ -259,6 +259,7 @@ public class Plan extends BukkitPlugin<Plan> {
scheduler.shutdown(); // Schedules the save to shutdown after it has ran the execute method.
}
getPluginLogger().endAllDebugs();
Log.info(Locale.get(Msg.DISABLED).toString());
Locale.unload();
}