Browse Source

Removed 'true/false' debug message from Inspect command

nossr50 13 years ago
parent
commit
1ca57df0c0

+ 1 - 0
Changelog.txt

@@ -44,6 +44,7 @@ Version 1.3.03-dev
  ! Changed mob spawner tracking 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*
+ - Removed 'true/false' debug message from Inspect command
 
 Version 1.3.02
  + Added in game guides for Mining, Excavation, and Acrobatics. Simply type /skillname ? to access them

+ 0 - 2
src/main/java/com/gmail/nossr50/commands/general/InspectCommand.java

@@ -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=-");