removed debug

This commit is contained in:
FlorianMichael 2023-04-07 02:14:45 +02:00
parent 666538d6c8
commit 0c8f506cfc

View File

@ -73,7 +73,6 @@ public abstract class MixinClientConnection extends SimpleChannelInboundHandler<
@Inject(method = "setCompressionThreshold", at = @At("RETURN"))
private void reorderCompression(int compressionThreshold, boolean rejectBad, CallbackInfo ci) {
channel.pipeline().fireUserEventTriggered(new CompressionReorderEvent());
System.out.println(channel.pipeline().names());
}
@Inject(method = "setupEncryption", at = @At("HEAD"), cancellable = true)