mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Did an oopsie
This commit is contained in:
parent
87409e4307
commit
b57ec6ef84
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ public class Zone {
|
|||
public void save() throws Exception {
|
||||
File dataDir = new File("zones", documentId);
|
||||
dataDir.mkdirs();
|
||||
JsonHelper.writeValue(new File(dataDir, "config.json"), this);
|
||||
chunkManager.saveModifiedChunks();
|
||||
removeInactiveChunks();
|
||||
MessagePackHelper.writeToFile(new File(dataDir, "shape.cmp"), surface, sunlight, pendingSunlight, chunksExplored);
|
||||
|
|
Loading…
Add table
Reference in a new issue