Merge pull request #2203 from HassanSky81/master

Do not clear POI changes after reload
This commit is contained in:
Anthony Calosa
2023-01-06 15:58:39 +08:00
committed by GitHub

View File

@@ -79,7 +79,6 @@ public class WorldSave {
System.err.println("Generating New World"); System.err.println("Generating New World");
currentSave.world.generateNew(0); currentSave.world.generateNew(0);
} }
currentSave.pointOfInterestChanges.clear();
currentSave.onLoadList.emit(); currentSave.onLoadList.emit();