1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-17 20:11:21 +02:00

Disable old message about iconomy not being enabled before essentials

This commit is contained in:
snowleo
2011-07-16 05:56:35 +02:00
parent 4a1a611c02
commit 455fbd8170

View File

@@ -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);
}