This commit is contained in:
nossr50
2019-06-05 23:50:39 -07:00
parent 426b2d27e7
commit 0638f4c437
5 changed files with 9 additions and 6 deletions

View File

@@ -332,7 +332,7 @@ public class mcMMO extends JavaPlugin {
placeStore.saveAll(); // Save our metadata
placeStore.cleanUp(); // Cleanup empty metadata stores
}
catch (NullPointerException e) { e.printStackTrace(); }
catch (Exception e) { e.printStackTrace(); }
debug("Canceling all tasks...");
getServer().getScheduler().cancelTasks(this); // This removes our tasks