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:
@@ -19,7 +19,7 @@
|
||||
..()
|
||||
|
||||
/obj/item/paper_bin/Destroy()
|
||||
QDEL_LIST(papers)
|
||||
QDEL_LIST_CONTENTS(papers)
|
||||
return ..()
|
||||
|
||||
/obj/item/paper_bin/burn()
|
||||
|
||||
@@ -517,7 +517,7 @@
|
||||
SStgui.update_uis(src)
|
||||
|
||||
/obj/machinery/photocopier/Destroy()
|
||||
QDEL_LIST(saved_documents)
|
||||
QDEL_LIST_CONTENTS(saved_documents)
|
||||
return ..()
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user