Files
Paper/Spigot-Server-Patches/Asynchronous-chunk-IO-and-loading.patch
Aikar 5be9ce08a4 Ensure VillagerTrades doesn't load async - fixes #3495
In rare cases, this class could potentially be loaded from
the chunk threads causing it to initialize async and cause errors.

This would then break the server and chunk saving.

So ensure its loaded at start of server to avoid this.
2020-06-03 00:00:17 -04:00

188 KiB