mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-02-23 02:51:34 +01:00
removed debug
This commit is contained in:
parent
666538d6c8
commit
0c8f506cfc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user