From: Rudolf Polzer Date: Thu, 15 Dec 2011 14:11:54 +0000 (+0100) Subject: sv_ready_restart_after_countdown and sv_taunt deserve to be pure X-Git-Tag: xonotic-v0.6.0~74^2~108 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=f701a777e9472728cc176c9b97e82b94964d944b;p=xonotic%2Fxonotic-data.pk3dir.git sv_ready_restart_after_countdown and sv_taunt deserve to be pure --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index d0474b8ed..9575948cb 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -410,10 +410,10 @@ void cvar_changes_init() // :%s,//\([^ ]*\).*,BADCVAR("\1");, // :%!sort // yes, this does contain some redundant stuff, don't really care + BADCVAR("bot_config_file"); BADCVAR("bot_number"); BADCVAR("bot_prefix"); BADCVAR("bot_suffix"); - BADCVAR("bot_config_file"); BADCVAR("capturelimit_override"); BADCVAR("fraglimit_override"); BADCVAR("gametype"); @@ -470,7 +470,9 @@ void cvar_changes_init() BADCVAR("sv_motd"); BADCVAR("sv_public"); BADCVAR("sv_ready_restart"); + BADCVAR("sv_ready_restart_after_countdown"); BADCVAR("sv_status_privacy"); + BADCVAR("sv_taunt"); BADCVAR("sv_vote_call"); BADCVAR("sv_vote_commands"); BADCVAR("sv_vote_majority_factor");