From bef4c2c3189700acee7a8b9971fb756d365c64ef Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Sun, 18 Jun 2017 20:17:45 -0700 Subject: [PATCH] Fix cid reconnect message not showing (#28580) --- 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 0ccbc904d3d..21182a0e581 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -557,7 +557,7 @@ GLOBAL_LIST(external_rsc_urls) var/url = winget(src, null, "url") //special javascript to make them reconnect under a new window. src << browse("byond://[url]?token=[token]", "border=0;titlebar=0;size=1x1") - to_chat(src, "You will be automatically taken to the game, if not, click here to be taken manually") + src << browse("You will be automatically taken to the game, if not, click here to be taken manually", "window=browseroutput") /client/proc/note_randomizer_user() var/const/adminckey = "CID-Error"