mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Renames QDEL_LIST to QDEL_LIST_CONTENTS (#20006)
* Renames QDEL_LIST to QDEL_LIST_CONTENTS * derp
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
/datum/component/proximity_monitor/Destroy(force, silent)
|
||||
hasprox_receiver = null
|
||||
nested_receiver_locs.Cut()
|
||||
QDEL_LIST(proximity_checkers)
|
||||
QDEL_LIST_CONTENTS(proximity_checkers)
|
||||
return ..()
|
||||
|
||||
/datum/component/proximity_monitor/RegisterWithParent()
|
||||
@@ -286,8 +286,8 @@
|
||||
|
||||
/datum/component/proximity_monitor/advanced/Destroy(force, silent)
|
||||
STOP_PROCESSING(SSfields, src)
|
||||
QDEL_LIST(field_checkers)
|
||||
QDEL_LIST(edge_checkers)
|
||||
QDEL_LIST_CONTENTS(field_checkers)
|
||||
QDEL_LIST_CONTENTS(edge_checkers)
|
||||
return ..()
|
||||
|
||||
/datum/component/proximity_monitor/advanced/create_prox_checkers()
|
||||
|
||||
Reference in New Issue
Block a user