mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-05 22:15:27 +02:00
Config files will update automatically again
This commit is contained in:
@@ -35,7 +35,7 @@ public class TreasureConfig extends BukkitConfig {
|
||||
public HashMap<String, List<HylianTreasure>> hylianMap = new HashMap<>();
|
||||
|
||||
private TreasureConfig() {
|
||||
super(FILENAME);
|
||||
super(FILENAME, false);
|
||||
loadKeys();
|
||||
validate();
|
||||
}
|
||||
|
Reference in New Issue
Block a user