diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 4bc8b7f6504..100c7cb7202 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -140,6 +140,8 @@ var/next_external_rsc = 0 if (isnum(player_age) && player_age == -1) //first connection if (config.panic_bunker && !holder && !(ckey in deadmins)) + log_access("Failed Login: [key] - New account attempting to connect during panic bunker") + message_admins("Failed Login: [key] - New account attempting to connect during panic bunker") src << "Sorry but the server is currently not accepting connections from never before seen players." del(src) return 0