Archived
0

Zond: убрана лишняя debug информация

This commit is contained in:
2017-07-20 00:34:05 +03:00
parent feda0de924
commit 2a7599ec61

View File

@@ -6,7 +6,6 @@ package asys.zond.proxy.server;
import asys.mcsmanager.packets.*;
import asys.zond.proxy.client.Connector;
import asys.zond.shell.Shell;
import com.google.common.collect.BiMap;
import com.google.common.collect.ImmutableBiMap;
import com.google.common.collect.ImmutableMap;
@@ -53,7 +52,6 @@ public class ServerPacketHandler extends ChannelInboundHandlerAdapter implements
}
private void handleCSPing(CS_Ping packet) {
Shell.getInstance().getOutput().println("proxied CS_Ping... [" + packet.getTime() + "]");
Connector.getInstance().sendPacket(packet);
}
}