1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 02:12:58 +01:00

Update config constructors to pass removeOldKeys boolean

This commit is contained in:
nossr50
2019-02-21 16:44:28 -08:00
parent b0b0167ee2
commit e6aee141fb
13 changed files with 35 additions and 27 deletions

View File

@@ -126,7 +126,7 @@ public class AdvancedConfig extends ConfigValidated {
public AdvancedConfig() {
//super(mcMMO.getDataFolderPath().getAbsoluteFile(), "advanced.yml", true);
super(mcMMO.p.getDataFolder().getAbsoluteFile(), "advanced.yml", true, true);
super(mcMMO.p.getDataFolder().getAbsoluteFile(), "advanced.yml", true, true, true);
}
@Override