Disabling mcMMO when the config breaks is dumb

Fixes #4732
This commit is contained in:
nossr50
2022-01-30 14:24:21 -08:00
parent 8f0fb76847
commit 86e7bfbf89
2 changed files with 1 additions and 10 deletions

View File

@@ -125,9 +125,6 @@ public class mcMMO extends JavaPlugin {
// API checks
private static boolean serverAPIOutdated = false;
// Config Validation Check
public boolean noErrorsInConfigFiles = true;
// XP Event Check
private boolean xpEventEnabled;
@@ -199,10 +196,6 @@ public class mcMMO extends JavaPlugin {
loadConfigFiles();
if (!noErrorsInConfigFiles) {
return;
}
if (getServer().getName().equals("Cauldron") || getServer().getName().equals("MCPC+")) {
checkModConfigs();
}