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

@ -44,6 +44,7 @@ Version 1.3.03-dev
! Changed mob spawner tracking to use new Metadata API ! Changed mob spawner tracking to use new Metadata API
! Changed block watch list to use new Metadata API ! Changed block watch list to use new Metadata API
! Changed around a few config options, including the ones for mySQL. *YOU NEED TO REDO YOUR CONFIG FILE* ! Changed around a few config options, including the ones for mySQL. *YOU NEED TO REDO YOUR CONFIG FILE*
- Removed 'true/false' debug message from Inspect command
Version 1.3.02 Version 1.3.02
+ Added in game guides for Mining, Excavation, and Acrobatics. Simply type /skillname ? to access them + Added in game guides for Mining, Excavation, and Acrobatics. Simply type /skillname ? to access them

View File

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