This commit is contained in:
MistPhizzle 2014-07-19 20:18:14 -04:00
parent 6e4705d0bc
commit 4ef2e12287

View file

@ -124,6 +124,7 @@ public class Methods {
public static boolean isBender(String player, Element element) {
BendingPlayer bPlayer = getBendingPlayer(player);
if (bPlayer == null) return false;
if (bPlayer.hasElement(element)) return true;
return false;
}
@ -296,8 +297,6 @@ public class Methods {
}
}
public static void stopBending() {
List<AbilityModule> abilities = AbilityModuleManager.ability;
for (AbilityModule ab: abilities) {