mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Fixes Goonchat delaying client/New, again
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user