diff --git a/code/game/machinery/computer/camera_console.dm b/code/game/machinery/computer/camera_console.dm index 4fb418a35b7..bc7f2429707 100644 --- a/code/game/machinery/computer/camera_console.dm +++ b/code/game/machinery/computer/camera_console.dm @@ -47,7 +47,6 @@ /obj/machinery/computer/security/Destroy() qdel(cam_screen) - QDEL_LIST_CONTENTS(cam_plane_masters) qdel(cam_background) return ..()