1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

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

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("");