mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 21:26:30 +01:00
correct behavior & use of QDEL_NULL_LIST+ odd shim
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
|
||||
/datum/plane_holder/Destroy()
|
||||
my_mob = null
|
||||
QDEL_LIST_NULL(plane_masters) //Goodbye my children, be free
|
||||
QDEL_NULL_LIST(plane_masters) //Goodbye my children, be free
|
||||
return ..()
|
||||
|
||||
/datum/plane_holder/proc/set_vis(var/which = null, var/state = FALSE)
|
||||
|
||||
Reference in New Issue
Block a user