13
0
geforkt von Mirrors/Paper

fix async chunk loading disregardling light data

Dieser Commit ist enthalten in:
Spottedleaf 2020-06-26 20:05:12 -07:00
Ursprung a4f75b1ae0
Commit faf7dda51c

Datei anzeigen

@ -3241,6 +3241,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ if (ioThrowable != null) {
+ com.destroystokyo.paper.util.SneakyThrow.sneaky(ioThrowable);
+ }
+ chunkHolder.tasks.forEach(Runnable::run);
+ // Paper end
- if (nbttagcompound != null) {try (Timing ignored2 = this.world.timings.chunkLoadLevelTimer.startTimingIfSync()) { // Paper start - timings