9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-30 12:29:16 +00:00

fix: Geary logic not being under load

This commit is contained in:
LoJoSho
2023-05-25 13:33:50 -05:00
parent b00c79f67b
commit 9793114ea0

View File

@@ -20,6 +20,10 @@ public class HookGeary extends Hook {
public HookGeary() {
super("geary");
setEnabledItemHook(true);
}
@Override
public void load() {
GearyModuleKt.getGeary().getPipeline().intercept(GearyPhase.ENABLE, () -> {
enabled = true;
HMCCosmeticsPlugin.setup();