Update biome config

This commit is contained in:
Aleksey 2020-09-22 17:23:37 +03:00
parent d382a965e9
commit 9eb993f154
2 changed files with 5 additions and 0 deletions

View file

@ -38,6 +38,7 @@ public class BiomeConfig extends Config {
@Override
public void saveChanges() {
this.configKeeper.toJson(configWriter.getConfig());
this.configWriter.saveConfig();
}
}