From 254badde4899de9d92ddeef86ad137a876e80f04 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sun, 18 Jun 2017 22:17:57 -0500 Subject: [PATCH] Fix cid reconnect message not showing --- 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 d7fcd8a148..438d6990a4 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -584,7 +584,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"