mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
varregion: pass region size in more HG services.
This commit is contained in:
@@ -132,6 +132,8 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
hash["uuid"] = regInfo.RegionID.ToString();
|
||||
hash["x"] = regInfo.RegionLocX.ToString();
|
||||
hash["y"] = regInfo.RegionLocY.ToString();
|
||||
hash["size_x"] = regInfo.RegionSizeX.ToString();
|
||||
hash["size_y"] = regInfo.RegionSizeY.ToString();
|
||||
hash["region_name"] = regInfo.RegionName;
|
||||
hash["hostname"] = regInfo.ExternalHostName;
|
||||
hash["http_port"] = regInfo.HttpPort.ToString();
|
||||
|
||||
Reference in New Issue
Block a user