File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1442,10 +1442,10 @@ index 0000000000000000000000000000000000000000..ee906b594b306906c170180a29a8b619
14421442+ }
14431443diff --git a/src/main/java/com/destroystokyo/paper/io/chunk/ChunkLoadTask.java b/src/main/java/com/destroystokyo/paper/io/chunk/ChunkLoadTask.java
14441444new file mode 100644
1445- index 0000000000000000000000000000000000000000..c5924b64604a678f7efdc0c2ce8070c9239dcf18
1445+ index 0000000000000000000000000000000000000000..79082639d9238c62c896dfc025ede92c88680954
14461446--- /dev/null
14471447+++ b/src/main/java/com/destroystokyo/paper/io/chunk/ChunkLoadTask.java
1448- @@ -0,0 +1,137 @@
1448+ @@ -0,0 +1,138 @@
14491449+ package com.destroystokyo.paper.io.chunk;
14501450+
14511451+ import co.aikar.timings.Timing;
@@ -1544,6 +1544,7 @@ index 0000000000000000000000000000000000000000..c5924b64604a678f7efdc0c2ce8070c9
15441544+ } catch (final Throwable ex) {
15451545+ PaperFileIOThread.LOGGER.error("Could not apply datafixers for chunk task: " + this.toString(), ex);
15461546+ this.complete(ChunkLoadTask.createEmptyHolder());
1547+ + return;
15471548+ }
15481549+
15491550+ if (this.checkCancelled()) {
You can’t perform that action at this time.
0 commit comments