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