mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 10:35:41 +01:00
[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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user