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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user