Use @NotNull in methods rather than @Nullable

Separate safe external methods from internal only methods
Remove unnecessary methods
This commit is contained in:
t00thpick1
2021-01-02 17:29:15 -05:00
parent 10694042e9
commit 5b41b04777
7 changed files with 109 additions and 266 deletions

View File

@@ -345,7 +345,6 @@ public class mcMMO extends JavaPlugin {
formulaManager.saveFormula();
holidayManager.saveAnniversaryFiles();
placeStore.cleanUp(); // Cleanup empty metadata stores
placeStore.closeAll();
}