Skip to content

Commit c838e00

Browse files
Update protocol/src/main/java/org/geysermc/mcprotocollib/network/tcp/TcpClientSession.java
Co-authored-by: chris <[email protected]>
1 parent a19d1d2 commit c838e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocol/src/main/java/org/geysermc/mcprotocollib/network/tcp/TcpClientSession.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ public void initChannel(Channel channel) {
116116
pipeline.addLast("sizer", new TcpPacketSizer(protocol.getPacketHeader(), getCodecHelper()));
117117

118118
pipeline.addLast("flow-control", new TcpFlowControlHandler());
119-
pipeline.addLast("codec", new TcpPacketCodec(TcpClientSession.this, true));
120-
pipeline.addLast("manager", TcpClientSession.this);
119+
pipeline.addLast("codec", new TcpPacketCodec(TcpClientSession.this, true));
120+
pipeline.addLast("manager", TcpClientSession.this);
121121
}
122122
});
123123

0 commit comments

Comments
 (0)