fudge it. reverting patch for now. we might have to redo LoginParams to support either the webkey -or- the password

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1517 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
jef
2007-12-05 21:30:15 +00:00
parent 8a3754d552
commit 5e99d02852
3 changed files with 7 additions and 22 deletions

View File

@@ -13,7 +13,6 @@ namespace libsecondlife.TestClient
public string FirstName;
public string LastName;
public string Password;
public string WebLoginKey;
public string StartLocation;
public string MasterName;
public LLUUID MasterKey;
@@ -101,7 +100,6 @@ namespace libsecondlife.TestClient
NetworkManager.LoginParams loginParams = client.Network.DefaultLoginParams(
account.FirstName, account.LastName, account.Password, "TestClient", contactPerson);
loginParams.WebLoginKey = account.WebLoginKey;
if (!String.IsNullOrEmpty(account.StartLocation))
loginParams.Start = account.StartLocation;