projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4fe1ad
)
Whitelist some settings that don't change gameplay
author
Mario <mario@smbclan.net>
Mon, 2 Sep 2019 07:21:40 +0000
(17:21 +1000)
committer
Mario <mario@smbclan.net>
Mon, 2 Sep 2019 07:21:40 +0000
(17:21 +1000)
qcsrc/server/g_world.qc
patch
|
blob
|
history
diff --git
a/qcsrc/server/g_world.qc
b/qcsrc/server/g_world.qc
index 36ca8b2677c6ad84b437e784ce33cc4ad8c0fe41..b02e4b86990036feebc33e4795847fb3df4fdaf7 100644
(file)
--- a/
qcsrc/server/g_world.qc
+++ b/
qcsrc/server/g_world.qc
@@
-293,6
+293,8
@@
void cvar_changes_init()
BADCVAR("teamplay");
BADCVAR("timelimit");
BADCVAR("g_mapinfo_ignore_warnings");
+ BADCVAR("g_maplist_ignore_sizes");
+ BADCVAR("g_maplist_sizes_count_bots");
// long
BADCVAR("hostname");
@@
-406,6
+408,7
@@
void cvar_changes_init()
BADCVAR("g_ban_sync_uri");
BADCVAR("g_buffs");
BADCVAR("g_ca_teams_override");
+ BADCVAR("g_ctf_fullbrightflags");
BADCVAR("g_ctf_ignore_frags");
BADCVAR("g_ctf_leaderboard");
BADCVAR("g_domination_point_limit");