diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index f4991a35320..29d297ca8f0 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -551,7 +551,7 @@ // Check new peeps for panic bunker if(GLOB.panic_bunker_enabled) 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." + src << "Sorry but the server is currently not accepting connections from never before seen players. Please try again later." del(src) return // Dont insert or they can just go in again