mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-09 17:19:47 +03:00
[FIX] Исправление записи сообщения NettyIpForwardHandler 2
This commit is contained in:
parent
8fe01853a2
commit
66f0a8b9d1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public NettyIpForwardHandler(NettyConnectContext context) {
|
|||
|
||||
@Override
|
||||
public void channelRead(ChannelHandlerContext ctx, Object msg) throws Exception {
|
||||
//super.channelRead(ctx, msg);
|
||||
//super.channelRead(ctx, msg);
|
||||
if(context.ip != null)
|
||||
{
|
||||
ctx.writeAndFlush(msg);
|
||||
|
|
Loading…
Reference in a new issue