From 3961ede300ecf985390a33ac00abe438fa998493 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Sun, 8 May 2022 23:52:31 +0100 Subject: [PATCH] Fixed R&D console bluescreen bug (#17753) --- code/modules/research/rdconsole.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/rdconsole.dm b/code/modules/research/rdconsole.dm index 79c386d97b0..3d68c5f5375 100644 --- a/code/modules/research/rdconsole.dm +++ b/code/modules/research/rdconsole.dm @@ -179,7 +179,7 @@ won't update every console in existence) but it's more of a hassle to do. Also, QDEL_NULL(files) QDEL_NULL(t_disk) QDEL_NULL(d_disk) - QDEL_LIST(matching_designs) + matching_designs.Cut() if(linked_destroy) linked_destroy.linked_console = null linked_destroy = null