Various minor
fix undo null sections fix cancel for certain parallel jobs optimize schem paste
This commit is contained in:
@@ -211,7 +211,6 @@ public class BukkitGetBlocks_1_14 extends CharGetBlocks {
|
||||
}
|
||||
|
||||
private void updateGet(BukkitGetBlocks_1_14 get, Chunk nmsChunk, ChunkSection[] sections, ChunkSection section, char[] arr, int layer) {
|
||||
checkNotNull(arr);
|
||||
synchronized (get) {
|
||||
if (this.nmsChunk != nmsChunk) {
|
||||
this.nmsChunk = nmsChunk;
|
||||
|
||||
Reference in New Issue
Block a user