mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 23:10:16 +01:00
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.
This commit is contained in:
parent
fe7ff11c9f
commit
8206c325a2
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue