Files
Paper/Spigot-Server-Patches/Stop-copy-on-write-operations-for-updating-light-dat.patch
Aikar 6bff219f15 Fix concurrency issue in light engine (Vanilla bug)
Mojang implemented a cache like chunks have, but this cache
is accessed by multiple threads and is totally not safe.

So just remove it

Fixes #3466

Also missed a pooled nibble release, so slid that in there too.
2020-05-28 16:59:38 -04:00

16 KiB