mirror of
https://github.com/Auxilor/EcoArmor.git
synced 2025-12-28 03:19:25 +00:00
Fixed flipping boolean
This commit is contained in:
@@ -44,7 +44,7 @@ public class EffectWatcher extends PluginDependent implements Listener {
|
||||
enabled = false;
|
||||
}
|
||||
|
||||
if (ArmorUtils.areConditionsMet(player)) {
|
||||
if (!ArmorUtils.areConditionsMet(player)) {
|
||||
enabled = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user