Fixed small bug in having to deal with RegionInfo's ServerURI, which wasn't being set.
parent
0766b6dc34
commit
73a61a8a32
|
@ -240,6 +240,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
|||
rinfo.RegionLocY = (uint)(gregion.RegionLocY / Constants.RegionSize);
|
||||
rinfo.RegionName = gregion.RegionName;
|
||||
rinfo.ScopeID = gregion.ScopeID;
|
||||
rinfo.ServerURI = "http://" + gregion.ExternalHostName + ":" + gregion.HttpPort.ToString();
|
||||
|
||||
return rinfo;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue