From: Mario Date: Mon, 26 Aug 2019 11:36:05 +0000 (+1000) Subject: Make g_spawn_alloweffects not affect purity X-Git-Tag: xonotic-v0.8.5~1366 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=1b6b1cc20948960cb7fa95a16549b71a389bb118 Make g_spawn_alloweffects not affect purity --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 8680b83a58..2c5b9dea32 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -343,6 +343,7 @@ void cvar_changes_init() BADCVAR("g_physics_predictall"); BADCVAR("g_piggyback"); BADCVAR("g_playerclip_collisions"); + BADCVAR("g_spawn_alloweffects"); BADCVAR("g_tdm_point_leadlimit"); BADCVAR("g_tdm_point_limit"); BADCVAR("leadlimit_and_fraglimit");