mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-12 03:59:06 +00:00
commit
fca6ed2066
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class BindCommand extends PKCommand {
|
|||
return;
|
||||
}
|
||||
|
||||
if (GeneralMethods.getBendingPlayer(sender.getName()).isElementToggled(GeneralMethods.getAbilityElement(args.get(0)))) {
|
||||
if (GeneralMethods.getBendingPlayer(sender.getName()).isElementToggled(GeneralMethods.getAbilityElement(args.get(0))) == false) {
|
||||
sender.sendMessage(ChatColor.RED + "You have that ability's element toggled off currently.");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue