9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2026-01-04 15:41:36 +00:00

fix: readd checkHookLoadingStatus at end of setup method (fixes not running event when no late loads are there)

This commit is contained in:
LoJoSho
2025-01-09 15:53:54 -06:00
parent 09faac9131
commit d1ce3d2737

View File

@@ -78,6 +78,8 @@ public class Hooks {
HibiscusCommonsPlugin.getInstance().getLogger().info("Successfully hooked into " + hook.getId());
}
}
checkHookLoadingStatus();
}
/**