From ae85d050519d4a1023a6d118240d187b4ec00c49 Mon Sep 17 00:00:00 2001 From: Krausus Date: Fri, 8 Jul 2016 13:01:37 -0400 Subject: [PATCH] Fixes Goonchat freezing New for some clients --- goon/code/datums/browserOutput.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/goon/code/datums/browserOutput.dm b/goon/code/datums/browserOutput.dm index 39fd96a722e..b0aad73286d 100644 --- a/goon/code/datums/browserOutput.dm +++ b/goon/code/datums/browserOutput.dm @@ -31,7 +31,8 @@ var/list/chatResources = list( return 0 if(!winexists(owner, "browseroutput")) - alert(owner.mob, "Updated chat window does not exist. If you are using a custom skin file please allow the game to update.") + spawn() + alert(owner.mob, "Updated chat window does not exist. If you are using a custom skin file please allow the game to update.") broken = TRUE return 0