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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user