mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-21 11:35:16 +01:00
Remove debug
This commit is contained in:
parent
edfd826b02
commit
620b8fe088
@ -19,7 +19,6 @@ import us.myles.ViaVersion.api.protocol.ProtocolPipeline;
|
||||
public class MixinNetworkManagerClientChInit {
|
||||
@Inject(method = "initChannel(Lio/netty/channel/Channel;)V", at = @At(value = "TAIL"))
|
||||
private void onInitChannel(Channel channel, CallbackInfo ci) {
|
||||
System.out.println(channel);
|
||||
if (channel instanceof SocketChannel) {
|
||||
UserConnection user = new VRUserConnection((SocketChannel) channel);
|
||||
new ProtocolPipeline(user);
|
||||
|
Loading…
Reference in New Issue
Block a user