Removed all "new TestClient" lines from TestClient except for during login. Hopefully should fix some bugs

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2291 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-10-10 20:15:13 +00:00
parent f261913087
commit ff5401f42f
2 changed files with 15 additions and 11 deletions

View File

@@ -154,7 +154,6 @@ namespace OpenMetaverse.TestClient
string[] scriptargs = new string[1];
scriptargs[0] = scriptFile;
ScriptCommand command = new ScriptCommand(null);
command.Client = new TestClient(manager);
Logger.Log(command.Execute(scriptargs, UUID.Zero), Helpers.LogLevel.Info);
}