This commit is contained in:
Nassim Jahnke 2023-12-06 21:14:54 +01:00
parent ab5d5fb554
commit 9b067d69a1
2 changed files with 2 additions and 2 deletions

View File

@ -362,10 +362,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ }
+ }
+ // Paper end - optimise chunk tick iteration
+ this.level.timings.chunkTicks.stopTiming(); // Paper
this.level.timings.chunkTicks.stopTiming(); // Paper
gameprofilerfiller.popPush("customSpawners");
if (flag) {
@@ -0,0 +0,0 @@ public class ServerChunkCache extends ChunkSource {
}

View File

@ -1104,6 +1104,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
}
}
}
+ this.level.timings.chunkTicks.stopTiming(); // Paper
gameprofilerfiller.popPush("customSpawners");
if (flag) {