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

removed Citizens hook

Signed-off-by: LoJoSho <contact@lojosho.com>
This commit is contained in:
LoJoSho
2022-10-21 11:09:56 -05:00
parent 5e3edd472c
commit 6e94d74990

View File

@@ -55,10 +55,13 @@ public class HookManager {
this.listeners.add(itemsAdderHook);
}
if (pluginManager.getPlugin("Citizens") != null) {
this.citizensHook = null;
/*
this.registerHook(citizensHook.getClass());
this.listeners.add(citizensHook);
this.citizensHook = citizensHook;
this.plugin.getLogger().info("Successfully Hooked into Citizens!");
*/
} else {
this.citizensHook = null;
}