]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fixed ocassional crash with round based games
authorz411 <z411@omaera.org>
Fri, 29 Mar 2024 07:00:49 +0000 (04:00 -0300)
committerz411 <z411@omaera.org>
Fri, 29 Mar 2024 07:00:49 +0000 (04:00 -0300)
qcsrc/server/round_handler.qc

index becfbbc55c30067e5f28e885351620a435b94d76..12da5149f9c3263a6afc788926e09596f881ce11 100644 (file)
@@ -115,7 +115,6 @@ void round_handler_Spawn(bool() canRoundStart_func, bool() canRoundEnd_func, voi
        this.roundStart = roundStart_func;
        this.wait = false;
        round_handler_Init(5, 5, 180);
-       this.nextthink = time;
 
        ScoreInfo_SetLabel_PlayerScore(SP_ROUNDS_PL, "rounds_pl", 0);
 }