9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-26 18:39:17 +00:00

Fixed grow actions

This commit is contained in:
XiaoMoMi
2024-12-04 16:34:04 +08:00
parent 69513cb878
commit c96690dfaa
2 changed files with 12 additions and 2 deletions

View File

@@ -208,7 +208,9 @@ public class BukkitCustomCropsPluginImpl extends BukkitCustomCropsPlugin {
this.hologramManager.disable();
this.integrationManager.disable();
this.coolDownManager.disable();
this.commandManager.unregisterFeatures();
if (!Bukkit.getServer().isStopping()) {
this.commandManager.unregisterFeatures();
}
}
@Override