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

update geary-hook

This commit is contained in:
Boy
2023-10-27 16:44:31 +02:00
parent 50393c62b0
commit b14a0b5d16
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ public class HookGeary extends Hook {
@Override
public void load() {
if (!enabled) GearyModuleKt.getGeary().getPipeline().intercept(GearyPhase.INIT_ENTITIES, () -> {
if (!enabled) GearyModuleKt.getGeary().getPipeline().runOnOrAfter(GearyPhase.INIT_ENTITIES, () -> {
enabled = true;
HMCCosmeticsPlugin.setup();
return null;