From 8582b2b992e5d7747b8c4945959bd1c29a29839f Mon Sep 17 00:00:00 2001 From: Melanie Date: Sat, 8 Jun 2013 02:32:05 +0200 Subject: Make objects attached from the ground appear in inventory again. Fixes a number of interaction issues causing client crashes. --- OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs index cb724aa..f2f789b 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs @@ -1147,7 +1147,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments AttachmentPt &= 0x7f; // Calls attach with a Zero position - if (AttachObject(sp, part.ParentGroup, AttachmentPt, false, false, false, append)) + if (AttachObject(sp, part.ParentGroup, AttachmentPt, false, false, true, append)) { if (DebugLevel > 0) m_log.Debug( -- cgit v1.1