Browse Source

Yes, we do.

GJ 12 years ago
parent
commit
a485308fca
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/main/java/com/gmail/nossr50/config/AdvancedConfig.java

+ 1 - 3
src/main/java/com/gmail/nossr50/config/AdvancedConfig.java

@@ -17,9 +17,7 @@ public class AdvancedConfig extends AutoUpdateConfigLoader {
     }
 
     @Override
-    protected void loadKeys() {
-        // TODO Do we need to use this?
-    }
+    protected void loadKeys() {}
 
     /* GENERAL */
     public int getAbilityLength() { return config.getInt("Skills.General.Ability_IncreaseLevel", 50); }