From 1131133d595f021d0202f0c616ede512db65894e Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Sun, 17 Mar 2019 10:17:39 +0100 Subject: [PATCH] Confirmation --- code/modules/admin/admin.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 175743e79aa..ce76dc4e282 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -671,6 +671,8 @@ var/global/nologevent = 0 alert("Unable to start the game as it is not set up.") return if(ticker.current_state == GAME_STATE_PREGAME) + if(alert(usr, "Are you sure you want to start now?", "Start game", "Yes", "No") != "Yes") + return ticker.current_state = GAME_STATE_SETTING_UP log_admin("[key_name(usr)] has started the game.") message_admins("[key_name_admin(usr)] has started the game.")