From 9bd54a22672c2b166d623d012f572defadccc931 Mon Sep 17 00:00:00 2001 From: AffectedArc07 Date: Sun, 23 Jun 2019 11:33:08 +0100 Subject: [PATCH] Update client procs.dm --- code/modules/client/client procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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