From 71719f6787271ae4d88a918d72110345798d2f79 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sat, 16 Sep 2017 09:19:47 -0500 Subject: [PATCH] Update _computer.dm --- code/game/machinery/computer/_computer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/_computer.dm b/code/game/machinery/computer/_computer.dm index 11a309ad44..033676264c 100644 --- a/code/game/machinery/computer/_computer.dm +++ b/code/game/machinery/computer/_computer.dm @@ -22,7 +22,7 @@ if(!QDELETED(C)) qdel(circuit) circuit = C - C.forceMove(src) + C.forceMove(null) /obj/machinery/computer/Destroy() QDEL_NULL(circuit)