]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/arena.qc
round_handler: be sure to reset the countdown when warmup stage ends
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / arena.qc
index e2d73cc44287778c6f66e2de08803c13481a5346..14caab85b81cdb98b6b5231380efc2dcd1aaa5b7 100644 (file)
@@ -29,6 +29,9 @@ void reset_map(float dorespawn)
        entity oldself;
        oldself = self;
 
+       if(time <= game_starttime && round_handler_IsActive())
+               round_handler_Reset(game_starttime + 1);
+
        if(g_arena)
        {
                warmup = max(time, game_starttime);