mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-18 01:42:32 +01:00
Use @NotNull in methods rather than @Nullable
Separate safe external methods from internal only methods Remove unnecessary methods
This commit is contained in:
@@ -345,7 +345,6 @@ public class mcMMO extends JavaPlugin {
|
||||
|
||||
formulaManager.saveFormula();
|
||||
holidayManager.saveAnniversaryFiles();
|
||||
placeStore.cleanUp(); // Cleanup empty metadata stores
|
||||
placeStore.closeAll();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user