mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
The functions, they do nothing!
This commit is contained in:
parent
ae1eda915b
commit
0cd07cf2fd
@ -5,7 +5,6 @@ public class AdvancedConfig extends AutoUpdateConfigLoader {
|
||||
|
||||
private AdvancedConfig() {
|
||||
super("advanced.yml");
|
||||
loadKeys();
|
||||
}
|
||||
|
||||
public static AdvancedConfig getInstance() {
|
||||
|
@ -15,7 +15,6 @@ public class Config extends AutoUpdateConfigLoader {
|
||||
|
||||
private Config() {
|
||||
super("config.yml");
|
||||
loadKeys();
|
||||
}
|
||||
|
||||
public static Config getInstance() {
|
||||
|
Loading…
Reference in New Issue
Block a user