And fix break in "show bot" from commit 9c65207

0.7.6-extended
Justin Clark-Casey (justincc) 2013-09-03 17:55:20 +01:00
parent 1e64549acf
commit a4f7eb5b4d
1 changed files with 1 additions and 1 deletions

View File

@ -650,7 +650,7 @@ namespace pCampBot
MainConsole.Instance.Output("Settings");
ConsoleDisplayList statusCdl = new ConsoleDisplayList();
statusCdl.AddRow("Behaviours", string.Join(", ", bot.Behaviours.ConvertAll<string>(b => b.Name)));
statusCdl.AddRow("Behaviours", string.Join(", ", bot.Behaviours.ConvertAll<string>(b => b.Name).ToArray()));
GridClient botClient = bot.Client;
statusCdl.AddRow("SEND_AGENT_UPDATES", botClient.Settings.SEND_AGENT_UPDATES);