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