Fixed eco setting off it's own warnings
This commit is contained in:
@@ -345,7 +345,7 @@ public abstract class EcoPlugin extends JavaPlugin implements PluginLike {
|
||||
|
||||
this.langYml = this.createLangYml();
|
||||
|
||||
if (!this.langYml.isValid()) {
|
||||
if (!this.langYml.isValid() && !(this instanceof Eco)) {
|
||||
this.getLogger().warning("Notify plugin authors " + String.join(", ", this.getDescription().getAuthors()) + " that");
|
||||
this.getLogger().warning("they are missing crucial lang.yml keys! They can be found");
|
||||
this.getLogger().warning("in the LangYml class.");
|
||||
|
||||
Reference in New Issue
Block a user