9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-30 20:39:18 +00:00
This commit is contained in:
XiaoMoMi
2023-11-02 02:30:51 +08:00
parent fbf040573b
commit ee7f225cc5
13 changed files with 169 additions and 229 deletions

View File

@@ -131,8 +131,8 @@ public class CustomFishingPluginImpl extends CustomFishingPlugin {
((RequirementManagerImpl) this.requirementManager).disable();
((SchedulerImpl) this.scheduler).shutdown();
((IntegrationManagerImpl) this.integrationManager).disable();
((StorageManagerImpl) this.storageManager).disable();
((CompetitionManagerImpl) this.competitionManager).disable();
((StorageManagerImpl) this.storageManager).disable();
((PlaceholderManagerImpl) this.placeholderManager).disable();
((StatisticsManagerImpl) this.statisticsManager).disable();
((ActionManagerImpl) this.actionManager).disable();