Browse Source

Yes, we do.

GJ 12 năm trước cách đây
mục cha
commit
a485308fca

+ 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); }