Index: code/game/ai_main.c =================================================================== --- code/game/ai_main.c (revision 714) +++ code/game/ai_main.c (working copy) @@ -1593,6 +1593,7 @@ trap_BotLibVarSet("g_gametype", buf); //bot developer mode and log file trap_BotLibVarSet("bot_developer", bot_developer.string); + trap_Cvar_VariableStringBuffer("logfile", buf, sizeof(buf)); trap_BotLibVarSet("log", buf); //no chatting trap_Cvar_VariableStringBuffer("bot_nochat", buf, sizeof(buf));