HG: add missing information on GetRegion
parent
18ff3eb227
commit
82fb737b8d
|
@ -125,6 +125,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||||
hash["hostname"] = regInfo.ExternalHostName;
|
hash["hostname"] = regInfo.ExternalHostName;
|
||||||
hash["http_port"] = regInfo.HttpPort.ToString();
|
hash["http_port"] = regInfo.HttpPort.ToString();
|
||||||
hash["internal_port"] = regInfo.InternalEndPoint.Port.ToString();
|
hash["internal_port"] = regInfo.InternalEndPoint.Port.ToString();
|
||||||
|
hash["server_uri"] = regInfo.ServerURI;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (message != null)
|
if (message != null)
|
||||||
|
|
Loading…
Reference in New Issue