Fix broken netty util class check (#4357)

This commit is contained in:
chris 2023-12-20 17:59:51 +01:00 committed by GitHub
parent f3e56d282e
commit 32a8573651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ public class GeyserSpigotPlugin extends JavaPlugin implements GeyserBootstrap {
}
try {
Class.forName("io.netty.util.internal.ObjectPool.ObjectCreator");
Class.forName("io.netty.util.internal.ObjectPool$ObjectCreator");
} catch (ClassNotFoundException e) {
getLogger().severe("*********************************************");
getLogger().severe("");