]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
sv_ready_restart_after_countdown and sv_taunt deserve to be pure
authorRudolf Polzer <divverent@alientrap.org>
Thu, 15 Dec 2011 14:11:54 +0000 (15:11 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 15 Dec 2011 14:11:54 +0000 (15:11 +0100)
qcsrc/server/g_world.qc

index d0474b8ed4e92633c8ee3a83747db22eff59ea99..9575948cbfd9313d5a8424c6212c0a2cf95e8a62 100644 (file)
@@ -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");