From ed5a0d0545498b3bcc59e940391d4ad5841b4d0f Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Fri, 26 Aug 2016 17:17:41 -0700 Subject: [PATCH] Just for you, goofball <3 --- 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 1504cea4c77..dd44e874f56 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -519,7 +519,7 @@ ", "border=0;titlebar=0;size=1x1") sleep(10) // Since browse is non-instant, and kinda async - to_chat("
If you didn't reconnect automatically, please do so now.
") + to_chat(src, "
If you didn't reconnect automatically, please do so now. ;)
") del(src) return TRUE else