Minor cleanup
This commit is contained in:
@@ -21,7 +21,7 @@ public class ChannelServerInitializer extends ServerChannelInitializer {
|
||||
|
||||
@Override
|
||||
public void initChannel(SocketChannel socketChannel) {
|
||||
final String clientIp = socketChannel.remoteAddress().getHostName();
|
||||
final String clientIp = socketChannel.remoteAddress().getHostString();
|
||||
log.debug("Client connecting to world {}, channel {} from {}", world, channel, clientIp);
|
||||
|
||||
PacketProcessor packetProcessor = PacketProcessor.getChannelServerProcessor(world, channel);
|
||||
|
||||
Reference in New Issue
Block a user