Write server name in ServerIP subchannel response.
Behaves similarly to the UUIDOther implementation.
This commit is contained in:
@@ -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() );
|
||||
}
|
||||
|
Reference in New Issue
Block a user