Readd chunk priority patch, including many chunk system fixes from tuinity (#6488)
This commit is contained in:
@@ -3227,9 +3227,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+
|
||||
+ try {
|
||||
+ if (onLoad != null) {
|
||||
+ chunkMap.callbackExecutor.execute(() -> {
|
||||
+ onLoad.accept(either == null ? null : either.left().orElse(null)); // indicate failure to the callback.
|
||||
+ });
|
||||
+ onLoad.accept(either == null ? null : either.left().orElse(null)); // indicate failure to the callback.
|
||||
+ }
|
||||
+ } catch (Throwable thr) {
|
||||
+ if (thr instanceof ThreadDeath) {
|
||||
|
||||
Reference in New Issue
Block a user