mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Exclude temp attachemnts from being sent to the avatar service
This commit is contained in:
@@ -176,7 +176,8 @@ namespace OpenSim.Services.Interfaces
|
||||
List<AvatarAttachment> attachments = appearance.GetAttachments();
|
||||
foreach (AvatarAttachment attach in attachments)
|
||||
{
|
||||
Data["_ap_" + attach.AttachPoint] = attach.ItemID.ToString();
|
||||
if (attach.ItemID != UUID.Zero)
|
||||
Data["_ap_" + attach.AttachPoint] = attach.ItemID.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user