From dcdfac1f8cc252d719f6da9c3b34e57e48a7e40b Mon Sep 17 00:00:00 2001 From: Shane Freeder Date: Mon, 12 Apr 2021 05:16:16 +0100 Subject: [PATCH] remove l4j class no longer in existence from preload list --- Spigot-Server-Patches/Improved-Watchdog-Support.patch | 1 - 1 file changed, 1 deletion(-) diff --git a/Spigot-Server-Patches/Improved-Watchdog-Support.patch b/Spigot-Server-Patches/Improved-Watchdog-Support.patch index 194f485a50..d48eee2f48 100644 --- a/Spigot-Server-Patches/Improved-Watchdog-Support.patch +++ b/Spigot-Server-Patches/Improved-Watchdog-Support.patch @@ -401,7 +401,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + tryPreloadClass("org.apache.logging.log4j.core.async.DisruptorUtil"); + tryPreloadClass("org.apache.logging.log4j.core.async.RingBufferLogEventHandler"); + tryPreloadClass("org.apache.logging.log4j.core.impl.ThrowableProxy"); -+ tryPreloadClass("org.apache.logging.log4j.core.impl.ThrowableProxy$CacheEntry"); + tryPreloadClass("org.apache.logging.log4j.core.impl.ExtendedClassInfo"); + tryPreloadClass("org.apache.logging.log4j.core.impl.ExtendedStackTraceElement"); + // Paper end