From 1ca57df0c00c086bf572a5f3773fbb9952292a17 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Thu, 22 Mar 2012 13:15:19 -0700 Subject: [PATCH] Removed 'true/false' debug message from Inspect command --- Changelog.txt | 1 + .../java/com/gmail/nossr50/commands/general/InspectCommand.java | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index eb7b4cec7..6c64538e5 100644 --- a/Changelog.txt +++ b/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 diff --git a/src/main/java/com/gmail/nossr50/commands/general/InspectCommand.java b/src/main/java/com/gmail/nossr50/commands/general/InspectCommand.java index ef4b3d55e..bbfd0cef4 100644 --- a/src/main/java/com/gmail/nossr50/commands/general/InspectCommand.java +++ b/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=-");