Fixes Goonchat freezing New for some clients

This commit is contained in:
Krausus
2016-07-08 13:01:37 -04:00
parent 3626342f8c
commit ae85d05051
+2 -1
View File
@@ -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