mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 10:27:14 +01:00
Modular computers QDEL and refdrops (#17655)
* Atomization * sdfasdf --------- Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
@@ -10,7 +10,15 @@
|
||||
|
||||
/datum/ntnet_user/Destroy(force)
|
||||
. = ..()
|
||||
|
||||
//This notifies every client that might have this as a client to deactivate and clear the reference
|
||||
for(var/datum/computer_file/program/chat_client/client as anything in ntnet_global.chat_clients)
|
||||
client.handle_ntnet_user_deletion(src)
|
||||
|
||||
ntnet_global.chat_users.Remove(src)
|
||||
channels = null
|
||||
dm_channels = null
|
||||
clients = null
|
||||
|
||||
/datum/ntnet_user/proc/generateUsernameIdCard(var/obj/item/card/id/card)
|
||||
if(!card)
|
||||
|
||||
Reference in New Issue
Block a user