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