From: Rudolf Polzer Date: Mon, 6 Jun 2011 19:02:31 +0000 (+0200) Subject: try another attempt to fix extendmatchtime (by Space_Man) X-Git-Tag: xonotic-v0.5.0~211^2~16 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8e50b1e488a5705f77a5112ed59aeb276e14a1e5;p=xonotic%2Fxonotic-data.pk3dir.git try another attempt to fix extendmatchtime (by Space_Man) --- diff --git a/qcsrc/server/gamecommand.qc b/qcsrc/server/gamecommand.qc index 136df7ae2..e3f9f3d97 100644 --- a/qcsrc/server/gamecommand.qc +++ b/qcsrc/server/gamecommand.qc @@ -665,7 +665,7 @@ void changematchtime(float delta, float mi, float ma) return; } - cvar_set("timelimit", ftos(lim / 60)); + cvar_set("timelimit", ftos(new / 60)); } void GameCommand(string command)