Add some more defaults into the config. Remove the parts that delete keys, I don't maintain config files well enough to have them remove unknown keys.

This commit is contained in:
t00thpick1
2017-04-15 00:24:39 -04:00
parent a43ae4178a
commit 7d05c9d8e6
2 changed files with 30 additions and 2 deletions

View File

@ -45,8 +45,8 @@ public abstract class AutoUpdateConfigLoader extends ConfigLoader {
}
for (String key : oldKeys) {
plugin.debug("Removing unused key: " + key);
config.set(key, null);
plugin.debug("Detected potentially unused key: " + key);
//config.set(key, null);
}
for (String key : newKeys) {