mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Disable old message about iconomy not being enabled before essentials
This commit is contained in:
parent
f867f675b9
commit
e6685abe4d
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class Methods {
|
||||||
|
|
||||||
if(!plugin.isEnabled()) {
|
if(!plugin.isEnabled()) {
|
||||||
this.self = true;
|
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);
|
//manager.enablePlugin(plugin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue