Skip to content

Commit

Permalink
Update protocol/src/main/java/org/geysermc/mcprotocollib/network/net/…
Browse files Browse the repository at this point in the history
…NetClientSession.java

Co-authored-by: chris <github@onechris.mozmail.com>
  • Loading branch information
AlexProgrammerDE and onebeastchris authored Dec 18, 2024
1 parent 2a21924 commit 7b46fae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ protected ChannelHandler getChannelHandler() {
@Override
public void initChannel(@NonNull Channel channel) throws Exception {
NettyHelper.addProxy(proxy, channel.pipeline());

NettyHelper.initializeHAProxySupport(NetClientSession.this, channel);

super.initChannel(channel);
Expand Down

0 comments on commit 7b46fae

Please sign in to comment.