From: Mario Date: Tue, 19 Jun 2018 06:34:10 +0000 (+1000) Subject: Don't count w_prop_interval as impure X-Git-Tag: xonotic-v0.8.5~2004 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2456cf665b656c83afcd916b17f430d80870629e;p=xonotic%2Fxonotic-data.pk3dir.git Don't count w_prop_interval as impure --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 5c55e4ff5..26a4cfb08 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -356,6 +356,7 @@ void cvar_changes_init() BADCVAR("sv_stepheight"); BADCVAR("sv_timeout"); BADCVAR("sv_weapons_modeloverride"); + BADCVAR("w_prop_interval"); BADPREFIX("crypto_"); BADPREFIX("gameversion_"); BADPREFIX("g_chat_");