Make objects attached from the ground appear in inventory again. Fixes a number
of interaction issues causing client crashes.avinationmerge
parent
17a902fed4
commit
8582b2b992
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue