mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
a few changes
This commit is contained in:
@@ -358,7 +358,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid
|
||||
return rinfo;
|
||||
|
||||
List<GridRegion> grinfo = null;
|
||||
if (!uri.HasRegionName)
|
||||
if (!uri.HasRegionName && (rinfo == null || rinfo.Count == 0))
|
||||
{
|
||||
List<GridRegion> grinfos = m_RemoteGridService.GetDefaultRegions(scopeID);
|
||||
if (grinfos == null || grinfos.Count == 0)
|
||||
|
||||
Reference in New Issue
Block a user