mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Multiattach, part 1
This commit is contained in:
@@ -3332,7 +3332,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
IAttachmentsModule attachmentsModule = m_ScriptEngine.World.AttachmentsModule;
|
||||
|
||||
if (attachmentsModule != null)
|
||||
return attachmentsModule.AttachObject(presence, grp, (uint)attachmentPoint, false, true, false);
|
||||
return attachmentsModule.AttachObject(presence, grp, (uint)attachmentPoint, false, true, false, true);
|
||||
else
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user