]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Force infinite timelimit in td
authorMario <mario.mario@y7mail.com>
Sun, 5 May 2013 18:18:17 +0000 (04:18 +1000)
committerMario <mario.mario@y7mail.com>
Sun, 5 May 2013 18:18:17 +0000 (04:18 +1000)
qcsrc/server/teamplay.qc

index 89976a2ec919e6dee3328621502ce3b438625a79..cfbcd9db02cdffaf84f06d62fdedb194ffd4d19b 100644 (file)
@@ -110,6 +110,7 @@ void InitGameplayMode()
        {
                fraglimit_override = 0; // no limits in TD - it's a survival mode
                leadlimit_override = 0;
+               timelimit_override = 0;
                MUTATOR_ADD(gamemode_td);
        }