mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Fixed /b display not working properly.
This commit is contained in:
parent
7e6b967512
commit
d27768f873
1 changed files with 1 additions and 1 deletions
|
@ -1169,7 +1169,7 @@ public class Methods {
|
|||
}
|
||||
|
||||
public static boolean hasPermission(Player player, String ability) {
|
||||
if (player.hasPermission("bending.ability." + ability) && Methods.canBend(player.getName(), ability)) return true;
|
||||
if (player.hasPermission("bending.ability." + ability)) return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue