Renames QDEL_LIST to QDEL_LIST_CONTENTS (#20006)

* Renames QDEL_LIST to QDEL_LIST_CONTENTS

* derp
This commit is contained in:
AffectedArc07
2022-12-29 14:28:40 +00:00
committed by GitHub
parent 6486a7e109
commit e91b6c94f7
72 changed files with 111 additions and 111 deletions
+3 -3
View File
@@ -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()