mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Adds qdel defines (#33991)
* Adds qdel defines * Adds qdel defines * halfway through fixes * rest of em * fixes * adds more * list in action --------- Co-authored-by: SECBATON GRIFFON <sage>
This commit is contained in:
@@ -127,8 +127,7 @@ var/creating_arena = FALSE
|
||||
|
||||
/mob/dead/observer/Destroy()
|
||||
..()
|
||||
qdel(station_holomap)
|
||||
station_holomap = null
|
||||
QDEL_NULL(station_holomap)
|
||||
ghostMulti = null
|
||||
observers.Remove(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user