From: Rudolf Polzer Date: Sun, 25 Dec 2011 15:53:17 +0000 (+0100) Subject: sv_timeout_* and g_spawnshieldtime are now pure X-Git-Tag: xonotic-v0.6.0~74^2~50 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a6142d76076d281d587b3357f9a3355e73c86f16;p=xonotic%2Fxonotic-data.pk3dir.git sv_timeout_* and g_spawnshieldtime are now pure --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 8ce4ebdae..32b692863 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -388,6 +388,7 @@ void cvar_changes_init() BADCVAR("sv_allow_fullbright"); BADCVAR("sv_checkforpacketsduringsleep"); BADCVAR("sv_timeout"); + BADPREFIX("sv_timeout_"); BADCVAR("welcome_message_time"); BADPREFIX("crypto_"); BADPREFIX("g_chat_"); @@ -489,6 +490,7 @@ void cvar_changes_init() BADCVAR("sys_ticrate"); BADCVAR("teamplay_mode"); BADCVAR("timelimit_override"); + BADCVAR("g_spawnshieldtime"); BADPREFIX("g_warmup_"); BADPREFIX("sv_ready_restart_");