mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-01-08 00:55:05 +01:00
Major cleanup
This commit is contained in:
@@ -7,10 +7,12 @@ public class AdvancedConfig extends ConfigLoader {
|
||||
super("advanced.yml");
|
||||
loadKeys();
|
||||
}
|
||||
|
||||
public static AdvancedConfig getInstance() {
|
||||
if (instance == null) {
|
||||
instance = new AdvancedConfig();
|
||||
}
|
||||
|
||||
return instance;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user