diff --git a/Spigot-Server-Patches/Add-async-chunk-load-API.patch b/Spigot-Server-Patches/Add-async-chunk-load-API.patch index 6c3fa9ae4f..e41b0f91fd 100644 --- a/Spigot-Server-Patches/Add-async-chunk-load-API.patch +++ b/Spigot-Server-Patches/Add-async-chunk-load-API.patch @@ -33,6 +33,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + // Paper end + public Chunk getChunkAt(int x, int z) { - return this.world.getChunkProviderServer().getChunkAt(x, z).bukkitChunk; + return this.world.getChunkProviderServer().getOrCreateChunkFast(x, z).bukkitChunk; } -- \ No newline at end of file