projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
605ce40
)
allow changes in help_ cvars (makes PN server pure)
author
Rudolf Polzer <divverent@alientrap.org>
Fri, 28 Jan 2011 20:52:05 +0000
(21:52 +0100)
committer
Rudolf Polzer <divverent@alientrap.org>
Fri, 28 Jan 2011 20:52:24 +0000
(21:52 +0100)
qcsrc/server/g_world.qc
patch
|
blob
|
history
diff --git
a/qcsrc/server/g_world.qc
b/qcsrc/server/g_world.qc
index 67fb91fc2b91c45a64c57bcbb999c66bfea8c370..81ad05d5d0b2fa0a3e24bb62a3210a25732e360f 100644
(file)
--- a/
qcsrc/server/g_world.qc
+++ b/
qcsrc/server/g_world.qc
@@
-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");