From 8206c325a28505ed3540192061c5e572a62573db Mon Sep 17 00:00:00 2001 From: Aikar Date: Sat, 16 Jan 2021 14:36:27 -0500 Subject: [PATCH] Remove class 13 from netty preload - Fixes #5066 We apparently were mixing netty versions before, and 13 was removed from netty 4.1.50 but when cat fixed a bug in our pom in 1.16.5 it fixed the mixed versions issue. --- 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 4ec0450e82..656166dd51 100644 --- a/Spigot-Server-Patches/Improved-Watchdog-Support.patch +++ b/Spigot-Server-Patches/Improved-Watchdog-Support.patch @@ -425,7 +425,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + tryPreloadClass("io.netty.channel.AbstractChannelHandlerContext"); + tryPreloadClass("io.netty.channel.AbstractChannelHandlerContext$11"); + tryPreloadClass("io.netty.channel.AbstractChannelHandlerContext$12"); -+ tryPreloadClass("io.netty.channel.AbstractChannelHandlerContext$13"); + tryPreloadClass("io.netty.channel.AbstractChannel$AbstractUnsafe$8"); + tryPreloadClass("io.netty.util.concurrent.DefaultPromise"); + tryPreloadClass("io.netty.util.concurrent.DefaultPromise$1");