mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-27 02:49:08 +00:00
Added test to try to fix startup error
This commit is contained in:
@@ -16,9 +16,11 @@ public class ItemsAdderHook implements ItemHook, Listener {
|
||||
|
||||
@EventHandler
|
||||
public void onItemsAdderLoad(final ItemsAdderLoadDataEvent event) {
|
||||
if (this.loaded) return;
|
||||
HMCCosmetics.getPlugin(HMCCosmetics.class).load();
|
||||
this.loaded = true;
|
||||
// this is a test, will be removed later
|
||||
System.out.println("ItemsAdder Loaded");
|
||||
// if (this.loaded) return;
|
||||
// HMCCosmetics.getPlugin(HMCCosmetics.class).load();
|
||||
// this.loaded = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user