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