From: Mario Date: Sat, 31 Aug 2019 08:34:05 +0000 (+1000) Subject: Allow g_new_toys_autoreplace to be changed without affecting purity (it's a preferenc... X-Git-Tag: xonotic-v0.8.5~1338 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=ea797735e567e282ba32073d105374d683578f7c;p=xonotic%2Fxonotic-data.pk3dir.git Allow g_new_toys_autoreplace to be changed without affecting purity (it's a preference for the already reported new toys mutator, not so much a gameplay relevant setting) --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index d33ba6e2b..400a6e5bd 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -340,6 +340,7 @@ void cvar_changes_init() BADCVAR("g_jump_grunt"); BADCVAR("g_keyhunt_point_leadlimit"); BADCVAR("g_nexball_goalleadlimit"); + BADCVAR("g_new_toys_autoreplace"); BADCVAR("g_new_toys_use_pickupsound"); BADCVAR("g_physics_predictall"); BADCVAR("g_piggyback");