Write server name in ServerIP subchannel response.
Behaves similarly to the UUIDOther implementation.
This commit is contained in:
parent
4dce37cd13
commit
31bd836203
@ -357,6 +357,7 @@ public class DownstreamBridge extends PacketHandler
|
||||
if ( info != null )
|
||||
{
|
||||
out.writeUTF( "ServerIP" );
|
||||
out.writeUTF( info.getName() );
|
||||
out.writeUTF( info.getAddress().getAddress().getHostAddress() );
|
||||
out.writeShort( info.getAddress().getPort() );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user