Custom items are now actually registered

This commit is contained in:
Auxilor
2021-07-19 22:05:07 +01:00
committed by Auxilor
parent eadbb489a7
commit 226ad14ede

View File

@@ -89,6 +89,11 @@ public abstract class EcoSpigotPlugin extends EcoPlugin {
new CollatedRunnable(this);
}
@Override
protected void handleAfterLoad() {
CustomItemsManager.registerAllItems();
}
@Override
protected List<IntegrationLoader> loadIntegrationLoaders() {
return Arrays.asList(