Fix llAttachToAvatar and "Attach" viewer option to preserve saved attach positions.

This commit is contained in:
Melanie
2012-06-04 21:05:56 +02:00
parent 207a5f17b5
commit 28e5abd917
5 changed files with 27 additions and 9 deletions

View File

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