Fixed some typos in the commands

This commit is contained in:
Andrew
2013-07-16 17:23:11 +12:00
parent 2d34be3276
commit 0e43fb481d
6 changed files with 13 additions and 11 deletions

View File

@@ -90,7 +90,7 @@ public class DisguiseCommand implements CommandExecutor {
+ " isn't true or false!");
return true;
}
adult = args[1].equalsIgnoreCase("false");
adult = args[1].equalsIgnoreCase("false"); // Adult = !arg
}
disguise = new MobDisguise(disguiseType, adult);
} else if (disguiseType.isMisc()) {