diff options
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs index da59472..58ed554 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | |||
@@ -669,7 +669,10 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments | |||
669 | }); | 669 | }); |
670 | } | 670 | } |
671 | 671 | ||
672 | so.IsSelected = false; // fudge.... | 672 | // Fudge below is an extremely unhelpful comment. It's probably here so that the scheduled full update |
673 | // will succeed, as that will not update if an attachment is selected. | ||
674 | so.IsSelected = false; // fudge.... | ||
675 | |||
673 | so.ScheduleGroupForFullUpdate(); | 676 | so.ScheduleGroupForFullUpdate(); |
674 | } | 677 | } |
675 | 678 | ||