aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorUbitUmarov2015-11-16 20:12:40 +0000
committerUbitUmarov2015-11-16 20:12:40 +0000
commitd19e4f598f3873844b36561b20a2251c3736bdf9 (patch)
tree43812c107895c19d2387fd5de33ee7c97fed87a4 /OpenSim/Region
parent work around some 'tests' error: normalization of <0,0,0> no longer causes ar... (diff)
downloadopensim-SC_OLD-d19e4f598f3873844b36561b20a2251c3736bdf9.zip
opensim-SC_OLD-d19e4f598f3873844b36561b20a2251c3736bdf9.tar.gz
opensim-SC_OLD-d19e4f598f3873844b36561b20a2251c3736bdf9.tar.bz2
opensim-SC_OLD-d19e4f598f3873844b36561b20a2251c3736bdf9.tar.xz
deatach from backup on attachment
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
index 92beed2..8a05b96 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
@@ -572,6 +572,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
572 } 572 }
573 } 573 }
574 574
575 group.DetachFromBackup();
576
575 lock (sp.AttachmentsSyncLock) 577 lock (sp.AttachmentsSyncLock)
576 { 578 {
577 group.AttachmentPoint = attachmentPt; 579 group.AttachmentPoint = attachmentPt;