From: Rudolf Polzer Date: Wed, 14 Sep 2011 12:58:24 +0000 (+0200) Subject: the bot config file is harmless too X-Git-Tag: xonotic-v0.6.0~40^2~139 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=714fa1cbfbdd517afd948297006389774b3cc139;p=xonotic%2Fxonotic-data.pk3dir.git the bot config file is harmless too --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index b9552673e..09daa245a 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -406,6 +406,7 @@ void cvar_changes_init() BADCVAR("bot_number"); BADCVAR("bot_prefix"); BADCVAR("bot_suffix"); + BADCVAR("bot_config_file"); BADCVAR("capturelimit_override"); BADCVAR("fraglimit_override"); BADCVAR("gametype");