mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Don't let airbenders bind Chi Abilities
This commit is contained in:
parent
90572695e3
commit
44a0af1dc5
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ public class Commands {
|
|||
s.sendMessage(Methods.getFireColor() + "You must be a Firebender to bind this ability.");
|
||||
return true;
|
||||
}
|
||||
if (Methods.isChiAbility(ability) && !Methods.isBender(s.getName(), Element.Air)) {
|
||||
if (Methods.isChiAbility(ability) && !Methods.isBender(s.getName(), Element.Chi)) {
|
||||
s.sendMessage(Methods.getChiColor() + "You must be a ChiBlocker to bind this ability.");
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue