send updates on selected attachments as sl ( warinin if reverted then a
send updates on selected attachments as sl ( warinin if reverted then a
fix is needed elsewhere since the changes are never sent)
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index fe1f00b..055473d 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;