check if the ticker is ticker is running (#29105)

This commit is contained in:
Toastical
2025-04-26 14:26:52 +00:00
committed by GitHub
parent 349de637b8
commit 2cac9b7e64
+1 -1
View File
@@ -516,7 +516,7 @@ GLOBAL_VAR_INIT(disable_explosions, FALSE)
if(!check_rights(R_SERVER))
return
if(SSticker.current_state < GAME_STATE_PREGAME)
if(SSticker.current_state < GAME_STATE_STARTUP)
alert("Unable to start the game as it is not set up.")
return