]> git.rm.cloudns.org Git - voretournament/voretournament.git/commitdiff
Don't allow vore before a round begins
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Wed, 8 Sep 2010 22:35:31 +0000 (01:35 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Wed, 8 Sep 2010 22:35:31 +0000 (01:35 +0300)
data/qcsrc/server/vore.qc

index 4b76c4844b7b81e9537ebd65d78ad8cd7acdf544..2034b1cf86c9e70a4435955c354cbfd55f41362f 100644 (file)
@@ -307,7 +307,7 @@ void Vore()
        }\r
 \r
        // skip the vore system under some circumstances\r
-       if(time < game_starttime)\r
+       if(time < game_starttime || (time < warmup && !inWarmupStage))\r
        {\r
                Vore_Disconnect();\r
                return;\r