From e6685abe4d437b89f3ecfc73b0f2f16838d00b6f Mon Sep 17 00:00:00 2001 From: snowleo Date: Sat, 16 Jul 2011 05:56:35 +0200 Subject: [PATCH] Disable old message about iconomy not being enabled before essentials --- .../src/com/earth2me/essentials/register/payment/Methods.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/register/payment/Methods.java b/Essentials/src/com/earth2me/essentials/register/payment/Methods.java index 927d4de4c..71e0adae0 100644 --- a/Essentials/src/com/earth2me/essentials/register/payment/Methods.java +++ b/Essentials/src/com/earth2me/essentials/register/payment/Methods.java @@ -70,7 +70,7 @@ public class Methods { if(!plugin.isEnabled()) { this.self = true; - Logger.getLogger("Minecraft").log(Level.SEVERE, name + " Plugin was found, but not enabled before Essentials. Read the Essentials thread for help."); + //Logger.getLogger("Minecraft").log(Level.SEVERE, name + " Plugin was found, but not enabled before Essentials. Read the Essentials thread for help."); //manager.enablePlugin(plugin); }