]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
try another attempt to fix extendmatchtime (by Space_Man)
authorRudolf Polzer <divverent@xonotic.org>
Mon, 6 Jun 2011 19:02:31 +0000 (21:02 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 6 Jun 2011 19:02:31 +0000 (21:02 +0200)
qcsrc/server/gamecommand.qc

index 136df7ae2a9eb48839fb50e9849346739dc3ab4d..e3f9f3d9793b7638cb5c91344e3127938707d042 100644 (file)
@@ -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)