mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Fix /bending toggle
This commit is contained in:
parent
6ea5b61f2b
commit
05502e03c0
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ public class Commands {
|
|||
|
||||
BendingPlayer bPlayer = Methods.getBendingPlayer(s.getName());
|
||||
|
||||
if (!isToggledForAll) {
|
||||
if (isToggledForAll) {
|
||||
s.sendMessage(ChatColor.DARK_RED + "Bending has been toggled off for all players. You may not use this command until after it is turned back on.");
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue