]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
Some code comments, and disable the mutator by default. Considered finished and up...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index 86f2b25bf53554ab3e811e43f8bce9a257cf4b71..f8697ddcf8ffaa7903cae1227faec7a6c570ac53 100644 (file)
@@ -2140,9 +2140,6 @@ void CheckRules_World()
                leadlimit = 0; // no leadlimit for now
        }
 
-       if(g_onslaught)
-               timelimit = 0; // ONS has its own overtime rule
-
        if(timelimit > 0)
        {
                timelimit += game_starttime;
@@ -2154,6 +2151,9 @@ void CheckRules_World()
                return;
        }
 
+       if(g_onslaught)
+               timelimit = 0; // ONS has its own overtime rule
+
        float wantovertime;
        wantovertime = 0;