mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-30 02:55:28 +02:00
Updating constructors, updating node address helper methods
This commit is contained in:
@@ -16,7 +16,7 @@ public class ItemWeightConfig extends Config {
|
||||
|
||||
public ItemWeightConfig() {
|
||||
//super(McmmoCore.getDataFolderPath().getAbsoluteFile(), "itemweights.yml");
|
||||
super(mcMMO.p.getDataFolder().getAbsoluteFile(), "itemweights.yml", true);
|
||||
super(mcMMO.p.getDataFolder().getAbsoluteFile(), "itemweights.yml", true, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user