From: Martin Taibr Date: Wed, 12 Feb 2020 14:10:45 +0000 (+0100) Subject: allow changing bot_ai_* X-Git-Tag: xonotic-v0.8.5~1128^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a85f0aecd4f3ee3d44bf965bd641cb1ea7764c44;p=xonotic%2Fxonotic-data.pk3dir.git allow changing bot_ai_* --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 5ccfc97cc..5c71899a7 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -398,6 +398,7 @@ void cvar_changes_init() // :%s,//\([^ ]*\).*,BADCVAR("\1");, // :%!sort // yes, this does contain some redundant stuff, don't really care + BADPREFIX("bot_ai_"); BADCVAR("bot_config_file"); BADCVAR("bot_number"); BADCVAR("bot_prefix");