Update more more feature patches

This commit is contained in:
Nassim Jahnke
2024-12-16 11:00:21 +01:00
parent 901cf13d01
commit 9bf310baef
3 changed files with 133 additions and 134 deletions

View File

@@ -51,7 +51,7 @@ index d310e7489fc4ecede8deef59241444769d87b0a1..f268808cb250e374f2d5652b20eece01
-
- return null;
- }
+ return this.getChunkAtIfLoadedMainThread(chunkX, chunkZ); // Paper - Perf: Optimise getChunkAt calls for loaded chunk
+ return this.getChunkAtIfLoadedMainThread(chunkX, chunkZ); // Paper - Perf: Optimise getChunkAt calls for loaded chunks
}
}