[MIRROR] Puts the computer circuit board back in nullspace where it supposedly belongs (#2810)

* Puts the computer circuit board back in nullspace where it supposedly belongs

* Update _computer.dm
This commit is contained in:
CitadelStationBot
2017-09-17 22:55:04 -05:00
committed by Poojawa
parent e2e85e9294
commit 7299854f8b
+1 -1
View File
@@ -22,7 +22,7 @@
if(!QDELETED(C))
qdel(circuit)
circuit = C
C.forceMove(null)
C.loc = null
/obj/machinery/computer/Destroy()
QDEL_NULL(circuit)