Skip to content

Commit df34450

Browse files
committed
remove CharBlocks change
1 parent 9031566 commit df34450

File tree

1 file changed

+0
-1
lines changed
  • worldedit-core/src/main/java/com/fastasyncworldedit/core/queue/implementation/blocks

1 file changed

+0
-1
lines changed

worldedit-core/src/main/java/com/fastasyncworldedit/core/queue/implementation/blocks/CharBlocks.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public char[] get(CharBlocks blocks, int layer) {
2020
char[] arr = blocks.blocks[layer];
2121
if (arr == null) {
2222
// Chunk probably trimmed mid-operations, but do nothing about it to avoid other issues
23-
blocks.sections[layer] = EMPTY;
2423
return EMPTY.get(blocks, layer, false);
2524
}
2625
return arr;

0 commit comments

Comments
 (0)