Files
Paper/Spigot-Server-Patches/Fix-Concurrency-issue-in-WeightedList.patch
Aikar bf940a42e0 Fix Concurrency issue in WeightedList
if multiple threads from worldgen sort at same time, it will crash.
So make a copy of the list for sorting purposes.

Fixes #3732
Fixes #3824
2020-07-06 18:38:10 -04:00

3.9 KiB