mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-22 14:56:25 +01:00
Fix broken netty util class check (#4357)
This commit is contained in:
parent
f3e56d282e
commit
32a8573651
1 changed files with 1 additions and 1 deletions
|
@ -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("");
|
||||
|
|
Loading…
Reference in a new issue