a few changes

This commit is contained in:
UbitUmarov
2020-12-17 03:35:37 +00:00
parent 2a1e518495
commit b514bac6c2
8 changed files with 47 additions and 20 deletions

View File

@@ -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)