More fixes to TestClient, I even tested this time

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2294 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-10-10 21:53:47 +00:00
parent 5fd194130d
commit 7939843f0d
3 changed files with 35 additions and 103 deletions

View File

@@ -149,14 +149,7 @@ namespace OpenMetaverse.TestClient
manager = new ClientManager(accounts, getTextures);
if (!String.IsNullOrEmpty(scriptFile))
{
// Kick off the initially specified script
string[] scriptargs = new string[1];
scriptargs[0] = scriptFile;
ScriptCommand command = new ScriptCommand(null);
Logger.Log(command.Execute(scriptargs, UUID.Zero), Helpers.LogLevel.Info);
}
manager.DoCommandAll("script " + scriptFile, UUID.Zero);
// Then Run the ClientManager normally
manager.Run();