From c5e0048efd2847e73ff7b6718990c996f19b1c05 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Mon, 30 May 2022 22:10:37 -0400 Subject: [PATCH] oops - forgot to completely undo the de-fanging i did for testing! --- code/modules/mob/dead/new_player/new_player.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/dead/new_player/new_player.dm b/code/modules/mob/dead/new_player/new_player.dm index 3441810d0d..cfcb881977 100644 --- a/code/modules/mob/dead/new_player/new_player.dm +++ b/code/modules/mob/dead/new_player/new_player.dm @@ -168,7 +168,7 @@ return 0 //don't let people get to this unless they are specifically not verified - if(href_list["Month"] && (CONFIG_GET(flag/age_verification) && /*!check_rights_for(client, R_ADMIN) &&*/ !(client.ckey in GLOB.bunker_passthrough))) + if(href_list["Month"] && (CONFIG_GET(flag/age_verification) && !check_rights_for(client, R_ADMIN) && !(client.ckey in GLOB.bunker_passthrough))) var/player_month = text2num(href_list["Month"]) var/player_year = text2num(href_list["Year"])