mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +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["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();
|
||||
|
||||
Reference in New Issue
Block a user