diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index c1e835e..6c119c2 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -3128,6 +3128,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
3128 | { | 3128 | { |
3129 | if (cAgent.Attachments != null) | 3129 | if (cAgent.Attachments != null) |
3130 | { | 3130 | { |
3131 | m_appearance.ClearAttachments(); | ||
3131 | foreach (AttachmentData att in cAgent.Attachments) | 3132 | foreach (AttachmentData att in cAgent.Attachments) |
3132 | { | 3133 | { |
3133 | m_appearance.SetAttachment(att.AttachPoint, att.ItemID, att.AssetID); | 3134 | m_appearance.SetAttachment(att.AttachPoint, att.ItemID, att.AssetID); |