And fix break in "show bot" from commit 9c65207
parent
1e64549acf
commit
a4f7eb5b4d
|
@ -650,7 +650,7 @@ namespace pCampBot
|
||||||
MainConsole.Instance.Output("Settings");
|
MainConsole.Instance.Output("Settings");
|
||||||
|
|
||||||
ConsoleDisplayList statusCdl = new ConsoleDisplayList();
|
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;
|
GridClient botClient = bot.Client;
|
||||||
statusCdl.AddRow("SEND_AGENT_UPDATES", botClient.Settings.SEND_AGENT_UPDATES);
|
statusCdl.AddRow("SEND_AGENT_UPDATES", botClient.Settings.SEND_AGENT_UPDATES);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue