Fixes Goonchat delaying client/New, again

This commit is contained in:
Krausus
2016-08-22 22:40:56 -04:00
parent ed44ab6eac
commit 6ab552f0fa
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -37,6 +37,9 @@ var/list/chatResources = list(
broken = TRUE
return 0
if(!owner) // In case the client vanishes before winexists returns
return 0
if(winget(owner, "browseroutput", "is-disabled") == "false")
doneLoading()