Can no longer bend on AirScooter (Still BETA 15)

This commit is contained in:
MistPhizzle 2014-07-18 14:32:55 -04:00
parent b6ffeabec7
commit 105e93075f
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -566,6 +566,8 @@ public class PKListener implements Listener {
return;
}
AirScooter.check(player);
String abil = Methods.getBoundAbility(player);
if (abil == null) return;
if (Methods.canBend(player.getName(), abil)) {