HG: add missing information on GetRegion

This commit is contained in:
UbitUmarov
2016-12-09 08:20:35 +00:00
parent 18ff3eb227
commit 82fb737b8d

View File

@@ -125,6 +125,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
hash["hostname"] = regInfo.ExternalHostName;
hash["http_port"] = regInfo.HttpPort.ToString();
hash["internal_port"] = regInfo.InternalEndPoint.Port.ToString();
hash["server_uri"] = regInfo.ServerURI;
}
if (message != null)