mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Made sure that SpoutConfig.load is called when the instance is created, for safety
This commit is contained in:
@ -9,6 +9,7 @@ public class SpoutConfig extends ConfigLoader {
|
||||
public static SpoutConfig getInstance() {
|
||||
if (instance == null) {
|
||||
instance = new SpoutConfig(mcMMO.p);
|
||||
instance.load();
|
||||
}
|
||||
|
||||
return instance;
|
||||
|
Reference in New Issue
Block a user