From: z411 Date: Fri, 29 Mar 2024 07:00:49 +0000 (-0300) Subject: Fixed ocassional crash with round based games X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2ef33285165e7543d43e417de0591da23f6f685d;p=xonotic%2Fxonotic-data.pk3dir.git Fixed ocassional crash with round based games --- diff --git a/qcsrc/server/round_handler.qc b/qcsrc/server/round_handler.qc index becfbbc55..12da5149f 100644 --- a/qcsrc/server/round_handler.qc +++ b/qcsrc/server/round_handler.qc @@ -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); }