|
@@ -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) {
|