Files
Paper/Spigot-Server-Patches/Asynchronous-chunk-IO-and-loading.patch
Aikar 18bd266258 Fix plugins calling getChunkAtAsync asynchronously
While this method has async in it's name, it's not actually meant
to be called asynchronously.... It just means IT will load the chunk
asynchronously without blocking main.

So fix this so that if a plugin calls it async, it forces the request back to main thread.
2020-05-23 18:38:29 -04:00

192 KiB