aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPart.cs6
1 files changed, 3 insertions, 3 deletions
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
3289 return; 3289 return;
3290 3290
3291 // Suppress full updates during attachment editing 3291 // Suppress full updates during attachment editing
3292 // 3292 // sl Does send them
3293 if (ParentGroup.IsSelected && ParentGroup.IsAttachment) 3293 // if (ParentGroup.IsSelected && ParentGroup.IsAttachment)
3294 return; 3294 // return;
3295 3295
3296 if (ParentGroup.IsDeleted) 3296 if (ParentGroup.IsDeleted)
3297 return; 3297 return;