From: Mario Date: Sun, 29 Jan 2017 03:39:24 +0000 (+1000) Subject: Pinata mutator shouldn't affect purity X-Git-Tag: xonotic-v0.8.2~264 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e850eae34cbf2ba0c8fd3fe10b5bc61f86e1b4b0;p=xonotic%2Fxonotic-data.pk3dir.git Pinata mutator shouldn't affect purity --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index f36b03b03..8b43ba529 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -400,6 +400,7 @@ void cvar_changes_init() BADCVAR("g_nexball_goallimit"); BADCVAR("g_norecoil"); BADCVAR("g_physics_clientselect"); + BADCVAR("g_pinata"); BADCVAR("g_powerups"); BADCVAR("g_spawnshieldtime"); BADCVAR("g_start_delay");