Mantis #2716 Null when linking across objects across two regions.
Now silently fails to link prims in different regions.0.6.1-post-fixes
parent
379d44fd6d
commit
e102ed3ce1
|
@ -1397,6 +1397,10 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return; // parent is null so not in this region
|
||||||
|
}
|
||||||
|
|
||||||
foreach (SceneObjectGroup sceneObj in children)
|
foreach (SceneObjectGroup sceneObj in children)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue