diff --git a/eco-core/core-plugin/src/main/java/com/willfp/ecoarmor/effects/util/EffectWatcher.java b/eco-core/core-plugin/src/main/java/com/willfp/ecoarmor/effects/util/EffectWatcher.java index 97e3795..eb64696 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/ecoarmor/effects/util/EffectWatcher.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/ecoarmor/effects/util/EffectWatcher.java @@ -44,7 +44,7 @@ public class EffectWatcher extends PluginDependent implements Listener { enabled = false; } - if (ArmorUtils.areConditionsMet(player)) { + if (!ArmorUtils.areConditionsMet(player)) { enabled = false; } }