]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/gamecommand.qc
try another attempt to fix extendmatchtime (by Space_Man)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / gamecommand.qc
index daec8754e2c02e9534a1316cfd4733b924e3da8f..e3f9f3d9793b7638cb5c91344e3127938707d042 100644 (file)
@@ -665,7 +665,7 @@ void changematchtime(float delta, float mi, float ma)
                        return;
        }
 
-       cvar_set("timelimit", ftos(new));
+       cvar_set("timelimit", ftos(new / 60));
 }
 
 void GameCommand(string command)