Harddel Fix Pack #42 + Better Live Reftracking Support (#63877)

* Hard Del Fixes, Ref Tracking Changes
This commit is contained in:
LemonInTheDark
2022-01-12 22:46:13 +01:00
committed by GitHub
parent f3f7720d7e
commit f8aad14ae8
109 changed files with 865 additions and 733 deletions
+1 -1
View File
@@ -254,7 +254,7 @@
return
var/datum/host = src_object.ui_host(user)
// If the object or user died (or something else), abort.
if(!src_object || !host || !user || !window)
if(!QDELETED(src_object) || !QDELETED(host) || !QDELETED(user) || !QDELETED(window))
close(can_be_suspended = FALSE)
return
// Validate ping