From 2c015b4a85d282152d07ec8f614ffe3696d9da45 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Mon, 13 Feb 2017 12:29:01 -0500 Subject: [PATCH] Fixes runtime/GC errors with holodeck computer areas --- code/modules/holodeck/computer.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/holodeck/computer.dm b/code/modules/holodeck/computer.dm index e1778946517..5b1cced0e8c 100644 --- a/code/modules/holodeck/computer.dm +++ b/code/modules/holodeck/computer.dm @@ -194,6 +194,7 @@ /obj/machinery/computer/holodeck/Destroy() emergency_shutdown() + linked.linked = null return ..() /obj/machinery/computer/holodeck/emp_act(severity)