mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Mantis #2716 Null when linking across objects across two regions.
Now silently fails to link prims in different regions.
This commit is contained in:
@@ -1397,6 +1397,10 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
return; // parent is null so not in this region
|
||||
}
|
||||
|
||||
foreach (SceneObjectGroup sceneObj in children)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user