Potential goonchat fix (#11110)

This commit is contained in:
Mykhailo Bykhovtsev
2021-02-02 10:05:27 -08:00
committed by GitHub
parent c192934ca5
commit 3eb919c64c
2 changed files with 41 additions and 1 deletions
-1
View File
@@ -32,7 +32,6 @@ var/savefile/iconCache = new("data/tmp/iconCache.sav") //Cache of icons for the
* Async because this is called from Client/New.
*/
/datum/chatOutput/proc/start()
set waitfor = FALSE
//Check for existing chat
if(!owner)
return FALSE