Another TestClient fix

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2293 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-10-10 21:02:06 +00:00
parent 5457ff705c
commit 5fd194130d
2 changed files with 7 additions and 1 deletions

View File

@@ -153,6 +153,7 @@ namespace OpenMetaverse.TestClient
// 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);
}