send updates on selected attachments as sl ( warinin if reverted then a

UbitUmarov [2014-07-22 00:11:18]
 send updates on selected attachments as sl ( warinin if reverted then a
 fix is needed elsewhere since the changes are never sent)
Filename
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
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;
ViewGit