aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server
diff options
context:
space:
mode:
authorUbitUmarov2016-11-20 03:19:19 +0000
committerUbitUmarov2016-11-20 03:19:19 +0000
commit93d502e0cf5d6822d950a4e29c5d5fea9513f9ce (patch)
treed92c9f542f3e25e3d95e667d96a47fe0d29cc66b /OpenSim/Server
parentHG protocol is still broken for large regions. work around it on teleport via lm (diff)
downloadopensim-SC_OLD-93d502e0cf5d6822d950a4e29c5d5fea9513f9ce.zip
opensim-SC_OLD-93d502e0cf5d6822d950a4e29c5d5fea9513f9ce.tar.gz
opensim-SC_OLD-93d502e0cf5d6822d950a4e29c5d5fea9513f9ce.tar.bz2
opensim-SC_OLD-93d502e0cf5d6822d950a4e29c5d5fea9513f9ce.tar.xz
HG UserAgent, return serverURI
Diffstat (limited to 'OpenSim/Server')
-rw-r--r--OpenSim/Server/Handlers/Hypergrid/UserAgentServerConnector.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Server/Handlers/Hypergrid/UserAgentServerConnector.cs b/OpenSim/Server/Handlers/Hypergrid/UserAgentServerConnector.cs
index e112e0e..37feabe 100644
--- a/OpenSim/Server/Handlers/Hypergrid/UserAgentServerConnector.cs
+++ b/OpenSim/Server/Handlers/Hypergrid/UserAgentServerConnector.cs
@@ -139,6 +139,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
139 hash["region_name"] = regInfo.RegionName; 139 hash["region_name"] = regInfo.RegionName;
140 hash["hostname"] = regInfo.ExternalHostName; 140 hash["hostname"] = regInfo.ExternalHostName;
141 hash["http_port"] = regInfo.HttpPort.ToString(); 141 hash["http_port"] = regInfo.HttpPort.ToString();
142 hash["server_uri"] = regInfo.ServerURI;
142 hash["internal_port"] = regInfo.InternalEndPoint.Port.ToString(); 143 hash["internal_port"] = regInfo.InternalEndPoint.Port.ToString();
143 hash["position"] = position.ToString(); 144 hash["position"] = position.ToString();
144 hash["lookAt"] = lookAt.ToString(); 145 hash["lookAt"] = lookAt.ToString();