Removed 'true/false' debug message from Inspect command

This commit is contained in:
nossr50
2012-03-22 13:15:19 -07:00
parent 86cfa5dcb2
commit 1ca57df0c0
2 changed files with 1 additions and 2 deletions

View File

@ -100,8 +100,6 @@ public class InspectCommand implements CommandExecutor {
return true;
}
System.out.println(PPt.isLoaded());
sender.sendMessage(ChatColor.GREEN + "mcMMO Stats for Offline Player " + ChatColor.YELLOW + args[0]);
sender.sendMessage(ChatColor.GOLD + "-=GATHERING SKILLS=-");