Mantis #2716 Null when linking across objects across two regions.

Now silently fails to link prims in different regions.
0.6.1-post-fixes
idb 2008-11-30 21:19:53 +00:00
parent 379d44fd6d
commit e102ed3ce1
1 changed files with 4 additions and 0 deletions

View File

@ -1397,6 +1397,10 @@ namespace OpenSim.Region.Environment.Scenes
}
}
}
else
{
return; // parent is null so not in this region
}
foreach (SceneObjectGroup sceneObj in children)
{