Fixes attachments coming back upon being detached in neighbouring regions and crossing.

This commit is contained in:
Diva Canto
2010-06-13 19:18:17 -07:00
parent 19558f380a
commit bd346ab8c7

View File

@@ -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);