[MIRROR] Don't process topic calls when the ntmessenger program is qdeleted [MDB IGNORE] (#14770)

* Don't process topic calls when the ntmessenger program is qdeleted (#68206)

* Adds a check for QDELETED in NTmessenger's /Topic()

* Don't process topic calls when the ntmessenger program is qdeleted

Co-authored-by: oranges <email@oranges.net.nz>
This commit is contained in:
SkyratBot
2022-07-07 15:09:56 +02:00
committed by GitHub
parent 8300b0acb2
commit e264e19463
@@ -360,7 +360,8 @@
/datum/computer_file/program/messenger/Topic(href, href_list)
..()
if(QDELETED(src))
return
if(!href_list["close"] && usr.canUseTopic(computer, BE_CLOSE, FALSE, NO_TK))
switch(href_list["choice"])
if("Message")