Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Apr 7, 2023
1 parent 666538d commit 0c8f506
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0c8f506

Please sign in to comment.