mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-02 21:54:43 +02:00
Update config constructors to pass removeOldKeys boolean
This commit is contained in:
@ -61,7 +61,7 @@ public class PotionConfig extends ConfigCollection {
|
||||
private Map<String, AlchemyPotion> potionMap = new HashMap<String, AlchemyPotion>();
|
||||
|
||||
public PotionConfig() {
|
||||
super(mcMMO.p.getDataFolder().getAbsoluteFile(), "potions.yml", true, true);
|
||||
super(mcMMO.p.getDataFolder().getAbsoluteFile(), "potions.yml", true, true, true);
|
||||
register();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user