From 350a068f36c5a10ab41d877eaf92526bb4ef72fe Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Fri, 26 Aug 2016 15:11:54 -0700 Subject: [PATCH] Changes the message for a reconnect failure --- code/modules/client/client procs.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 2e0a4b3fddc..c31ecfef904 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -519,8 +519,7 @@ ", "border=0;titlebar=0;size=1x1") sleep(10) // Since browse is non-instant, and kinda async - // If the above didn't work, pretend that there's just a read error (slimy) - to_chat("
Network connection shutting down due to read error ;).
") + to_chat("
If you didn't reconnect automatically, please do so now.
") del(src) return TRUE else