From: Mario Date: Wed, 3 Jun 2020 10:14:25 +0000 (+1000) Subject: Allow admins to disable sv_nexuizcompat_weaponswap to replicate previous behaviour... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c5ffbbb831b8b2a9281aa78d8ca6a42b68d031c8;p=xonotic%2Fxonotic-data.pk3dir.git Allow admins to disable sv_nexuizcompat_weaponswap to replicate previous behaviour without affecting purity --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 511a448b4..a83aac7a9 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -484,6 +484,7 @@ void cvar_changes_init() BADCVAR("sv_vote_master_commands"); BADCVAR("sv_vote_master_password"); BADCVAR("sv_vote_simple_majority_factor"); + BADCVAR("sv_nexuizcompat_weaponswap"); BADCVAR("teamplay_mode"); BADCVAR("timelimit_override"); BADPREFIX("g_warmup_");