Commit graph

2 commits

Author SHA1 Message Date
Aikar 919ab67a13
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 20:37:40 -04:00
Spottedleaf e2c23475b5
Revert loaded entity list (#3304) 2020-05-06 11:31:29 -05:00
Renamed from Spigot-Server-Patches/0505-Stop-copy-on-write-operations-for-updating-light-dat.patch (Browse further)