Silence API out of date warning on config load

This commit is contained in:
nossr50
2022-01-17 15:57:04 -08:00
parent 3be15d3f65
commit 8f0fb76847
2 changed files with 2 additions and 12 deletions

View File

@@ -67,7 +67,7 @@ public abstract class BukkitConfig {
config.options().parseComments(true);
} catch (NoSuchMethodError e) {
//e.printStackTrace();
mcMMO.p.getLogger().severe("Your Spigot/CraftBukkit API is out of date, update your server software!");
// mcMMO.p.getLogger().severe("Your Spigot/CraftBukkit API is out of date, update your server software!");
}
config.options().copyDefaults(true);