aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
diff options
context:
space:
mode:
authorMelanie2013-06-08 02:32:05 +0200
committerMelanie2013-06-08 02:32:05 +0200
commit8582b2b992e5d7747b8c4945959bd1c29a29839f (patch)
tree66ea7a5ccc5d28a9a1e9b79ff00ce0f2b2da8ab9 /OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
parentClean up poll service (diff)
downloadopensim-SC_OLD-8582b2b992e5d7747b8c4945959bd1c29a29839f.zip
opensim-SC_OLD-8582b2b992e5d7747b8c4945959bd1c29a29839f.tar.gz
opensim-SC_OLD-8582b2b992e5d7747b8c4945959bd1c29a29839f.tar.bz2
opensim-SC_OLD-8582b2b992e5d7747b8c4945959bd1c29a29839f.tar.xz
Make objects attached from the ground appear in inventory again. Fixes a number
of interaction issues causing client crashes.
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 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
1147 AttachmentPt &= 0x7f; 1147 AttachmentPt &= 0x7f;
1148 1148
1149 // Calls attach with a Zero position 1149 // Calls attach with a Zero position
1150 if (AttachObject(sp, part.ParentGroup, AttachmentPt, false, false, false, append)) 1150 if (AttachObject(sp, part.ParentGroup, AttachmentPt, false, false, true, append))
1151 { 1151 {
1152 if (DebugLevel > 0) 1152 if (DebugLevel > 0)
1153 m_log.Debug( 1153 m_log.Debug(