mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Fixes attachments coming back upon being detached in neighbouring regions and crossing.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user