mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
* Hard Del Fixes, Ref Tracking Changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user