9
0
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:
LoJoSho
2023-02-02 15:42:28 -06:00
parent fdc0004b75
commit d740989a01

View File

@@ -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();
}