mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-12-23 00:15:05 +00:00
Can no longer bend on AirScooter (Still BETA 15)
This commit is contained in:
parent
b6ffeabec7
commit
105e93075f
2 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue