Skip to content

Commit

Permalink
Disabled unloading of the worlds manually due to lag (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed May 20, 2022
1 parent e3af8c4 commit bcb271c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -368,8 +368,8 @@ public void onDisable() {
ex.printStackTrace();
PluginDebugger.debug(ex);
} finally {
SuperiorSkyblockPlugin.log("Unloading worlds...");
unloadIslandWorlds();
// SuperiorSkyblockPlugin.log("Unloading worlds...");
// unloadIslandWorlds();

SuperiorSkyblockPlugin.log("Shutting down calculation task...");
CalcTask.cancelTask();
Expand Down

0 comments on commit bcb271c

Please sign in to comment.