From 7e730ca7cc24fc1898dbf291dd3ef35d2fec3e88 Mon Sep 17 00:00:00 2001 From: John Hurliman Date: Fri, 31 Jul 2009 19:12:11 +0000 Subject: [PATCH] Fixed a compile error git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3040 52acb1d6-8a22-11de-b505-999d5b087335 --- .../examples/TestClient/Commands/Appearance/CloneCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Programs/examples/TestClient/Commands/Appearance/CloneCommand.cs b/Programs/examples/TestClient/Commands/Appearance/CloneCommand.cs index 1b9acbfe..557e60ea 100644 --- a/Programs/examples/TestClient/Commands/Appearance/CloneCommand.cs +++ b/Programs/examples/TestClient/Commands/Appearance/CloneCommand.cs @@ -61,7 +61,7 @@ namespace OpenMetaverse.TestClient #endregion AvatarAppearance to AgentSetAppearance // Detach everything we are currently wearing - Client.Appearance.AddAttachments(new List(), true); + Client.Appearance.AddAttachments(new List(), true); // Send the new appearance packet Client.Network.SendPacket(set);