]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
be a BIT more specific
authorRudolf Polzer <divverent@alientrap.org>
Wed, 15 Dec 2010 18:05:48 +0000 (19:05 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 15 Dec 2010 18:05:48 +0000 (19:05 +0100)
qcsrc/server/g_world.qc

index 97c1af39b8277fe8043c6a94e5338a52e5cf5b77..4bcccf3cf5411072b382485da9b3edafa0569ef2 100644 (file)
@@ -452,7 +452,8 @@ void cvar_changes_init()
                BADCVAR("sv_vote_master_password");
                BADCVAR("sv_vote_simple_majority_factor");
                BADCVAR("timelimit_override");
                BADCVAR("sv_vote_master_password");
                BADCVAR("sv_vote_simple_majority_factor");
                BADCVAR("timelimit_override");
-               BADPREFIX("g_warmup");
+               BADCVAR("g_warmup");
+               BADPREFIX("g_warmup_");
 
                if(autocvar_g_minstagib)
                {
 
                if(autocvar_g_minstagib)
                {