9
0
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:
Auxilor
2021-02-20 21:06:17 +00:00
parent fc1f67fcd2
commit fe3d33e55a

View File

@@ -44,7 +44,7 @@ public class EffectWatcher extends PluginDependent implements Listener {
enabled = false;
}
if (ArmorUtils.areConditionsMet(player)) {
if (!ArmorUtils.areConditionsMet(player)) {
enabled = false;
}
}