Updating constructors, updating node address helper methods

This commit is contained in:
nossr50
2019-02-20 22:08:46 -08:00
parent b81ca84a99
commit 6604f98140
17 changed files with 96 additions and 73 deletions

View File

@ -28,7 +28,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);
super(mcMMO.p.getDataFolder().getAbsoluteFile(), "potions.yml", true, true);
register();
}