aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
index 3b13e3f..f4e1eae 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
@@ -777,7 +777,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
777 777
778 // If this didn't come from inventory, it also shouldn't go there 778 // If this didn't come from inventory, it also shouldn't go there
779 // on detach. It's likely a temp attachment. 779 // on detach. It's likely a temp attachment.
780 if (so.FromItemID != UUID.Zero) 780 if (so.FromItemID == UUID.Zero)
781 { 781 {
782 lock (sp.AttachmentsSyncLock) 782 lock (sp.AttachmentsSyncLock)
783 { 783 {