TestClient can load a list of accounts from a file at the command line now, and a slew of bugfixes

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@647 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2006-11-28 17:58:48 +00:00
parent de56cee137
commit 391ecc645a
4 changed files with 76 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ namespace libsecondlife.TestClient
public override string Execute(SecondLife Client, string[] args, LLUUID fromAgentID)
{
if (args.Length < 1)
if (args.Length != 1)
return "usage: jump 1000";
float height = 0;