mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
check if the ticker is ticker is running (#29105)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user