AvatarManager cleanup

This commit is contained in:
Cinder Biscuits
2017-06-04 11:35:39 -05:00
parent def4772802
commit 3abf6e17d9
2 changed files with 335 additions and 369 deletions

View File

@@ -17,7 +17,7 @@ namespace OpenMetaverse.TestClient
public override string Execute(string[] args, UUID fromAgentID)
{
List<Primitive> attachments = Client.Network.CurrentSim.ObjectsPrimitives.FindAll(
delegate(Primitive prim) { return prim.ParentID == Client.Self.LocalID; }
prim => prim.ParentID == Client.Self.LocalID
);
for (int i = 0; i < attachments.Count; i++)