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