mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 15:32:25 +00:00
Fix DMs showing players that have cryoed (#10437)
This commit is contained in:
@@ -29,6 +29,10 @@
|
||||
if(!comp)
|
||||
return
|
||||
|
||||
/datum/computer_file/program/chatclient/Destroy()
|
||||
ntnet_global.chat_clients -= src
|
||||
return ..()
|
||||
|
||||
/datum/computer_file/program/chatclient/Topic(href, href_list)
|
||||
if(..())
|
||||
return TRUE
|
||||
@@ -265,6 +269,8 @@
|
||||
if((confirm != "Yes") || (CanUseTopic(usr) != STATUS_INTERACTIVE))
|
||||
return FALSE
|
||||
|
||||
ntnet_global.chat_clients -= src
|
||||
|
||||
channel = null
|
||||
..(forced)
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user