Applies patch by root66 from #126 which defaults to disallow group membbers access to TestClient commands.

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1633 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2008-02-07 17:32:06 +00:00
parent ef3796aa90
commit e24d38019d
3 changed files with 31 additions and 24 deletions

View File

@@ -14,6 +14,7 @@ namespace libsecondlife.TestClient
public string LastName;
public string Password;
public string StartLocation;
public bool GroupCommands;
public string MasterName;
public LLUUID MasterKey;
public string URI;
@@ -93,6 +94,7 @@ namespace libsecondlife.TestClient
client.Throttle.Land = 1000000;
client.Throttle.Task = 1000000;
client.GroupCommands = account.GroupCommands;
client.MasterName = account.MasterName;
client.MasterKey = account.MasterKey;