Clean up some moar

This commit is contained in:
libraryaddict
2013-12-17 08:03:59 +13:00
parent f7878f411d
commit f4d0af190c
2 changed files with 18 additions and 15 deletions

View File

@@ -118,7 +118,6 @@ public class DisguiseHelpCommand extends BaseDisguiseCommand {
if (args.length == 0) {
sendCommandUsage(sender);
return true;
// sender.sendMessage(ChatColor.RED + "/disguisehelp <Disguise> <Option>");
} else {
EnumHelp help = null;
for (EnumHelp s : enumHelp) {