HG: add missing information on GetRegion

melanie
UbitUmarov 2016-12-09 08:20:35 +00:00
parent 18ff3eb227
commit 82fb737b8d
1 changed files with 1 additions and 0 deletions

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)