diff options
author | Melanie | 2013-06-08 02:32:05 +0200 |
---|---|---|
committer | Melanie | 2013-06-08 02:32:05 +0200 |
commit | 8582b2b992e5d7747b8c4945959bd1c29a29839f (patch) | |
tree | 66ea7a5ccc5d28a9a1e9b79ff00ce0f2b2da8ab9 | |
parent | Clean up poll service (diff) | |
download | opensim-SC-8582b2b992e5d7747b8c4945959bd1c29a29839f.zip opensim-SC-8582b2b992e5d7747b8c4945959bd1c29a29839f.tar.gz opensim-SC-8582b2b992e5d7747b8c4945959bd1c29a29839f.tar.bz2 opensim-SC-8582b2b992e5d7747b8c4945959bd1c29a29839f.tar.xz |
Make objects attached from the ground appear in inventory again. Fixes a number
of interaction issues causing client crashes.
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 2 |
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( |