9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2026-01-03 22:26:15 +00:00

fix fishing bag

This commit is contained in:
XiaoMoMi
2023-09-10 03:24:56 +08:00
parent 4c38dda7d3
commit 4741e383a1
11 changed files with 108 additions and 31 deletions

View File

@@ -158,7 +158,8 @@ public class CustomFishingPluginImpl extends CustomFishingPlugin {
((StatisticsManagerImpl) this.statisticsManager).load();
((PlaceholderManagerImpl) this.placeholderManager).unload();
((PlaceholderManagerImpl) this.placeholderManager).load();
this.commandManager.loadCommands();
this.commandManager.unload();
this.commandManager.load();
}
private void loadDependencies() {