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
+2 -1
View File
@@ -295,7 +295,8 @@
prefs.last_id = computer_id //these are gonna be used for banning
. = ..() //calls mob.Login()
chatOutput.start()
spawn() // Goonchat does some non-instant checks in start()
chatOutput.start()
if(custom_event_msg && custom_event_msg != "")
to_chat(src, "<h1 class='alert'>Custom Event</h1>")
+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()