diff --git a/source/manager.cpp b/source/manager.cpp index 06b4dc7..6baecce 100644 --- a/source/manager.cpp +++ b/source/manager.cpp @@ -329,6 +329,7 @@ void BotManager::AddBot (const String &name, const String &difficulty, const Str bot.team = (team.IsEmpty () || team == any) ? -1 : team.ToInt (); bot.member = (member.IsEmpty () || member == any) ? -1 : member.ToInt (); bot.personality = (personality.IsEmpty () || personality == any) ? -1 : personality.ToInt (); + bot.console = isConsoleCmd; m_creationTab.Push (bot); }