diff --git a/common/src/main/java/io/github/fisher2911/hmccosmetics/hook/HookManager.java b/common/src/main/java/io/github/fisher2911/hmccosmetics/hook/HookManager.java index 5bfbcbbe..490ed843 100644 --- a/common/src/main/java/io/github/fisher2911/hmccosmetics/hook/HookManager.java +++ b/common/src/main/java/io/github/fisher2911/hmccosmetics/hook/HookManager.java @@ -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; }