HG UserAgent, return serverURI

This commit is contained in:
UbitUmarov
2016-11-20 03:19:19 +00:00
parent 200183caf7
commit 93d502e0cf

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();