9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2026-01-04 15:41:38 +00:00

refactor(bukkit): 改进保存

This commit is contained in:
jhqwqmc
2025-05-02 17:57:51 +08:00
parent ef89cc8280
commit 74cc90c92c

View File

@@ -155,7 +155,6 @@ public class FastAsyncWorldEditDelegate extends AbstractDelegateExtent {
private void saveAllChunks() {
try {
for (CEChunk ceChunk : this.needSaveChunks) {
System.out.println("saveAllChunks");
this.ceWorld.worldDataStorage().writeChunkAt(ceChunk.chunkPos(), ceChunk, true);
}
this.needSaveChunks.clear();