mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Renames QDEL_LIST to QDEL_LIST_CONTENTS (#20006)
* Renames QDEL_LIST to QDEL_LIST_CONTENTS * derp
This commit is contained in:
@@ -351,7 +351,7 @@ GLOBAL_LIST_EMPTY(PDAs)
|
||||
current_app = null
|
||||
scanmode = null
|
||||
QDEL_NULL(held_pen)
|
||||
QDEL_LIST(programs)
|
||||
QDEL_LIST_CONTENTS(programs)
|
||||
QDEL_NULL(cartridge)
|
||||
return ..()
|
||||
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
var/list/messenger_plugins = list()
|
||||
|
||||
/obj/item/cartridge/Destroy()
|
||||
QDEL_LIST(programs)
|
||||
QDEL_LIST(messenger_plugins)
|
||||
QDEL_LIST_CONTENTS(programs)
|
||||
QDEL_LIST_CONTENTS(messenger_plugins)
|
||||
return ..()
|
||||
|
||||
/obj/item/cartridge/proc/update_programs(obj/item/pda/pda)
|
||||
|
||||
Reference in New Issue
Block a user