mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
Fixed small bug in having to deal with RegionInfo's ServerURI, which wasn't being set.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user