]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
allow changes in help_ cvars (makes PN server pure)
authorRudolf Polzer <divverent@alientrap.org>
Fri, 28 Jan 2011 20:52:05 +0000 (21:52 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 28 Jan 2011 20:52:24 +0000 (21:52 +0100)
qcsrc/server/g_world.qc

index 67fb91fc2b91c45a64c57bcbb999c66bfea8c370..81ad05d5d0b2fa0a3e24bb62a3210a25732e360f 100644 (file)
@@ -303,6 +303,7 @@ void cvar_changes_init()
                BADPREFIX("sv_logscores_");
                BADPREFIX("sv_master");
                BADPREFIX("sv_weaponstats_");
+               BADPREFIX("help_"); // PN's server has this listed as changed, let's not rat him out for THAT
 
                // these can contain player IDs, so better hide
                BADCVAR("g_forced_team_red");