mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-09-18 18:57:52 +02: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