mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-08 10:18:46 +01: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