diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index fe1f00b5d5..055473db0f 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs @@ -3289,9 +3289,9 @@ namespace OpenSim.Region.Framework.Scenes return; // Suppress full updates during attachment editing - // - if (ParentGroup.IsSelected && ParentGroup.IsAttachment) - return; + // sl Does send them + // if (ParentGroup.IsSelected && ParentGroup.IsAttachment) + // return; if (ParentGroup.IsDeleted) return;