diff --git a/src/com/projectkorra/projectkorra/GeneralMethods.java b/src/com/projectkorra/projectkorra/GeneralMethods.java index 8153ba7f..d15ab2b6 100644 --- a/src/com/projectkorra/projectkorra/GeneralMethods.java +++ b/src/com/projectkorra/projectkorra/GeneralMethods.java @@ -311,7 +311,8 @@ public class GeneralMethods { return false; if (!canBind(player, ability)) return false; - + if (bPlayer.isElementToggled(GeneralMethods.getAbilityElement(ability)) == false) + return false; if (isRegionProtectedFromBuild(p, ability, p.getLocation())) return false; if (Paralyze.isParalyzed(p) || Bloodbending.isBloodbended(p)) @@ -338,6 +339,8 @@ public class GeneralMethods { return false; if (!bPlayer.hasElement(element)) return false; + if (bPlayer.isElementToggled(element) == false) + return false; if (isRegionProtectedFromBuild(p, null, p.getLocation())) return false; if (bPlayer.isChiBlocked())