Multiattach, part 1

This commit is contained in:
Melanie
2013-03-05 12:02:22 +01:00
parent 82ac1763fb
commit 797bfbfcfa
8 changed files with 34 additions and 38 deletions

View File

@@ -497,8 +497,6 @@ namespace OpenSim.Framework
/// </remarks>
public List<AvatarAttachment> GetAttachments()
{
lock (m_attachments)
{
List<AvatarAttachment> alist = new List<AvatarAttachment>();
@@ -508,7 +506,8 @@ namespace OpenSim.Framework
alist.Add(new AvatarAttachment(attach));
}
return alist;
} }
}
}
internal void AppendAttachment(AvatarAttachment attach)
{