mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-05 05:55:26 +02:00
Config files will update automatically again
This commit is contained in:
@@ -28,7 +28,7 @@ public class FishingTreasureConfig extends BukkitConfig {
|
||||
public @NotNull HashMap<EntityType, List<ShakeTreasure>> shakeMap = new HashMap<>();
|
||||
|
||||
private FishingTreasureConfig() {
|
||||
super(FILENAME);
|
||||
super(FILENAME, false);
|
||||
loadKeys();
|
||||
validate();
|
||||
}
|
||||
|
Reference in New Issue
Block a user