From 5be9ce08a43799c340f5d181e3c86037b8af433b Mon Sep 17 00:00:00 2001 From: Aikar Date: Wed, 3 Jun 2020 00:00:17 -0400 Subject: [PATCH] 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. --- .../Asynchronous-chunk-IO-and-loading.patch | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Spigot-Server-Patches/Asynchronous-chunk-IO-and-loading.patch b/Spigot-Server-Patches/Asynchronous-chunk-IO-and-loading.patch index 432a20212..433ed6527 100644 --- a/Spigot-Server-Patches/Asynchronous-chunk-IO-and-loading.patch +++ b/Spigot-Server-Patches/Asynchronous-chunk-IO-and-loading.patch @@ -2960,6 +2960,14 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 } public String getServerIp() { +@@ -0,0 +0,0 @@ public abstract class MinecraftServer extends IAsyncTaskHandlerReentrant