mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-31 11:35:28 +02:00
Move config loading outside of constructors
This commit is contained in:
@@ -14,6 +14,8 @@ public class ConfigDatabase extends Config {
|
||||
public ConfigDatabase() {
|
||||
super("mysql", ConfigConstants.getDataFolder(), ConfigConstants.RELATIVE_PATH_CONFIG_DIR,
|
||||
true,true, false, true);
|
||||
|
||||
initFullConfig(); //Load Config
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user