Fix /bending toggle

This commit is contained in:
MistPhizzle 2014-07-26 18:26:28 -04:00
parent 6ea5b61f2b
commit 05502e03c0

View file

@ -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;
}