Fixes attachments coming back upon being detached in neighbouring regions and crossing.
parent
19558f380a
commit
bd346ab8c7
|
@ -3128,6 +3128,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
{
|
||||
if (cAgent.Attachments != null)
|
||||
{
|
||||
m_appearance.ClearAttachments();
|
||||
foreach (AttachmentData att in cAgent.Attachments)
|
||||
{
|
||||
m_appearance.SetAttachment(att.AttachPoint, att.ItemID, att.AssetID);
|
||||
|
|
Loading…
Reference in New Issue