clear some qdel refs (#9401)

This commit is contained in:
Kashargul
2024-11-04 10:28:38 +01:00
committed by GitHub
parent d498911180
commit 42f5283e02
4 changed files with 6 additions and 5 deletions

View File

@@ -372,11 +372,10 @@ var/global/list/obj/item/communicator/all_communicators = list()
// Parameters: None
// Description: Removes the ghost's address and nulls the exonet datum, to allow qdel()ing.
/mob/observer/dead/Destroy()
. = ..()
if(exonet)
exonet.remove_address()
qdel_null(exonet)
return ..()
. = ..()
// Proc: register_device()
// Parameters: 1 (user - the person to use their name for)