7576777879808182838485
} // Check for netty if (MinecraftReflection.isUsingNetty()) { if (NETTY == null) { NETTY = new NettyProtocolRegistry(); } } else { initializeLegacy(); } }