From: Mario Date: Sat, 8 Oct 2016 11:59:33 +0000 (+1000) Subject: Count another mutator as gameplay-irrelevant X-Git-Tag: xonotic-v0.8.2~540 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a91a4087432a2fceb33411f4078c9e749fb2fe7a;p=xonotic%2Fxonotic-data.pk3dir.git Count another mutator as gameplay-irrelevant --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 7b13f4a8f..50bca45ab 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -322,6 +322,7 @@ void cvar_changes_init() BADCVAR("g_nexball_goalleadlimit"); BADCVAR("g_new_toys_use_pickupsound"); BADCVAR("g_physics_predictall"); + BADCVAR("g_piggyback"); BADCVAR("g_tdm_point_leadlimit"); BADCVAR("g_tdm_point_limit"); BADCVAR("leadlimit_and_fraglimit");