Yes, we do.

This commit is contained in:
GJ 2013-02-24 13:37:56 -05:00
parent 9659ef65b9
commit a485308fca

View File

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