* Fixed TestBot

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@587 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
lancej
2006-11-14 19:48:10 +00:00
parent 4055685444
commit 39fc4daefd

View File

@@ -95,7 +95,7 @@ namespace TestBot
{
string[] args = new string[tokens.Length - 1];
Array.Copy(tokens, 1, args, 0, args.Length);
response = commands[tokens[0]].Invoke(args);
response = commands[tokens[0]](args);
}
else
{