mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-02-17 01:52:28 +01:00
Fixed Incompatibility with VMP
This commit is contained in:
parent
6ea7004206
commit
0ded19ee42
@ -223,7 +223,9 @@ public abstract class MixinClientConnection extends SimpleChannelInboundHandler<
|
||||
public void channelRegistered(ChannelHandlerContext ctx) throws Exception {
|
||||
super.channelRegistered(ctx);
|
||||
|
||||
channelActive(ctx);
|
||||
if (ProtocolHack.getTargetVersion(channel).isEqualTo(BedrockProtocolVersion.bedrockLatest)) {
|
||||
channelActive(ctx);
|
||||
}
|
||||
}
|
||||
|
||||
@Inject(method = "disconnect", at = @At("RETURN"))
|
||||
|
Loading…
Reference in New Issue
Block a user