aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
index f924b30..25d4f21 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
@@ -606,15 +606,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
606 606
607 if (!silent) 607 if (!silent)
608 { 608 {
609 // Killing it here will cause the client to deselect it
610 // It then reappears on the avatar, deselected
611 // through the full update below
612 //
613 if (so.IsSelected)
614 {
615 m_scene.SendKillObject(new List<uint> { so.RootPart.LocalId });
616 }
617
618 so.IsSelected = false; // fudge.... 609 so.IsSelected = false; // fudge....
619 so.ScheduleGroupForFullUpdate(); 610 so.ScheduleGroupForFullUpdate();
620 } 611 }