mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-31 12:56:39 +00:00
add ia hook comment
This commit is contained in:
@@ -31,7 +31,7 @@ public class ItemAdderHook extends ItemHook implements Listener {
|
||||
|
||||
@EventHandler
|
||||
public void onItemAdderDataLoad(ItemsAdderLoadDataEvent event) {
|
||||
if (this.enabled) return;
|
||||
if (enabled) return; // Only run on the first event fired; ignore all rest
|
||||
this.enabled = true;
|
||||
HMCCosmeticsPlugin.setup();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user