9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-28 19:39:11 +00:00

fix template

This commit is contained in:
XiaoMoMi
2025-03-26 02:09:57 +08:00
parent 10b675ae5d
commit 511d1fd09e
3 changed files with 12 additions and 13 deletions

View File

@@ -111,16 +111,6 @@ public class BukkitItemManager extends AbstractItemManager<ItemStack> {
return getCustomItem(id).map(it -> it.settings().fuelTime()).orElse(0);
}
@Override
public void load() {
super.load();
}
@Override
public void unload() {
super.unload();
}
@Override
public void disable() {
this.unload();