Lay some groundwork for temp attachments. Decouple attachments from inventory.

This commit is contained in:
Melanie
2012-08-14 00:12:15 +01:00
parent 58c630c18e
commit fe4c3a37c0
5 changed files with 33 additions and 20 deletions

View File

@@ -3043,7 +3043,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
IAttachmentsModule attachmentsModule = m_ScriptEngine.World.AttachmentsModule;
if (attachmentsModule != null)
return attachmentsModule.AttachObject(presence, grp, (uint)attachmentPoint, false);
return attachmentsModule.AttachObject(presence, grp, (uint)attachmentPoint, false, false);
else
return false;
}