From fb4d9ba74bdb130d2017b7f1dd02702c37e63d0b Mon Sep 17 00:00:00 2001 From: Jim Radford Date: Sat, 22 Mar 2008 02:19:11 +0000 Subject: [PATCH] removes duplicate SetFlexible command in TestClient/Commands/Prims/ImportCommand.cs git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1690 52acb1d6-8a22-11de-b505-999d5b087335 --- .../examples/TestClient/Commands/Prims/ImportCommand.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/libsecondlife/examples/TestClient/Commands/Prims/ImportCommand.cs b/libsecondlife/examples/TestClient/Commands/Prims/ImportCommand.cs index bdde5cd7..d21ca9c2 100644 --- a/libsecondlife/examples/TestClient/Commands/Prims/ImportCommand.cs +++ b/libsecondlife/examples/TestClient/Commands/Prims/ImportCommand.cs @@ -200,8 +200,6 @@ namespace libsecondlife.TestClient Client.Objects.SetSculpt(simulator, prim.LocalID, currentPrim.Sculpt); } - Client.Objects.SetFlexible(simulator, prim.LocalID, currentPrim.Flexible); - if (!String.IsNullOrEmpty(currentPrim.Properties.Name)) Client.Objects.SetName(simulator, prim.LocalID, currentPrim.Properties.Name); if (!String.IsNullOrEmpty(currentPrim.Properties.Description))