HG UserAgent, return serverURI

melanie
UbitUmarov 2016-11-20 03:19:19 +00:00
parent 200183caf7
commit 93d502e0cf
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
hash["region_name"] = regInfo.RegionName;
hash["hostname"] = regInfo.ExternalHostName;
hash["http_port"] = regInfo.HttpPort.ToString();
hash["server_uri"] = regInfo.ServerURI;
hash["internal_port"] = regInfo.InternalEndPoint.Port.ToString();
hash["position"] = position.ToString();
hash["lookAt"] = lookAt.ToString();