From: Samual Date: Fri, 14 Oct 2011 20:01:27 +0000 (-0400) Subject: sv_autoscreenshot does not affect gameplay X-Git-Tag: xonotic-v0.6.0~40^2~38^2^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0c9796cf891f29a3c2c5b4d80401c77a4ebebe3d;p=xonotic%2Fxonotic-data.pk3dir.git sv_autoscreenshot does not affect gameplay --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index ce079e61c..b134886d4 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -286,6 +286,7 @@ void cvar_changes_init() BADCVAR("port"); BADCVAR("savedgamecfg"); BADCVAR("serverconfig"); + BADCVAR("sv_autoscreenshot"); BADCVAR("sv_heartbeatperiod"); BADCVAR("sv_vote_master_password"); BADCVAR("sys_colortranslation");