Skip to content

Commit beb4a4d

Browse files
committed
more work
1 parent 93d48ac commit beb4a4d

File tree

8 files changed

+337
-635
lines changed

8 files changed

+337
-635
lines changed

worldedit-core/src/main/java/com/fastasyncworldedit/core/anvil/MCAChunk.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ public void setModified() {
588588
}
589589

590590
public boolean isModified() {
591-
return modified;
591+
return modified || deleted;
592592
}
593593

594594
public boolean isDeleted() {

0 commit comments

Comments
 (0)