Exclude temp attachemnts from being sent to the avatar service
parent
fe4c3a37c0
commit
50db8649aa
|
@ -176,6 +176,7 @@ namespace OpenSim.Services.Interfaces
|
||||||
List<AvatarAttachment> attachments = appearance.GetAttachments();
|
List<AvatarAttachment> attachments = appearance.GetAttachments();
|
||||||
foreach (AvatarAttachment attach in attachments)
|
foreach (AvatarAttachment attach in attachments)
|
||||||
{
|
{
|
||||||
|
if (attach.ItemID != UUID.Zero)
|
||||||
Data["_ap_" + attach.AttachPoint] = attach.ItemID.ToString();
|
Data["_ap_" + attach.AttachPoint] = attach.ItemID.ToString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue