mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
HG UserAgent, return serverURI
This commit is contained in:
@@ -139,6 +139,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
|||||||
hash["region_name"] = regInfo.RegionName;
|
hash["region_name"] = regInfo.RegionName;
|
||||||
hash["hostname"] = regInfo.ExternalHostName;
|
hash["hostname"] = regInfo.ExternalHostName;
|
||||||
hash["http_port"] = regInfo.HttpPort.ToString();
|
hash["http_port"] = regInfo.HttpPort.ToString();
|
||||||
|
hash["server_uri"] = regInfo.ServerURI;
|
||||||
hash["internal_port"] = regInfo.InternalEndPoint.Port.ToString();
|
hash["internal_port"] = regInfo.InternalEndPoint.Port.ToString();
|
||||||
hash["position"] = position.ToString();
|
hash["position"] = position.ToString();
|
||||||
hash["lookAt"] = lookAt.ToString();
|
hash["lookAt"] = lookAt.ToString();
|
||||||
|
|||||||
Reference in New Issue
Block a user