From 2cac9b7e645eda16503bdb333e31fcf975165a89 Mon Sep 17 00:00:00 2001 From: Toastical <20125180+Toastical@users.noreply.github.com> Date: Sat, 26 Apr 2025 17:26:52 +0300 Subject: [PATCH] check if the ticker is ticker is running (#29105) --- code/modules/admin/misc_admin_procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/misc_admin_procs.dm b/code/modules/admin/misc_admin_procs.dm index 36246994bd9..00ca49ec131 100644 --- a/code/modules/admin/misc_admin_procs.dm +++ b/code/modules/admin/misc_admin_procs.dm @@ -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