diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index c7f4684a4c..d4051c0d10 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs @@ -554,6 +554,8 @@ namespace OpenSim.Region.Framework.Scenes { // this should delete the grp in this case m_scene.CrossPrimGroupIntoNewRegion(val, this, true); + // actually assume this sog was removed from simulation + return; } else {