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