From 45b6931d9ba2a7b0c35b6985c69435f2797364c3 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Tue, 27 Jun 2017 00:28:52 -0500 Subject: [PATCH] Update computer.dm --- code/modules/modular_computers/computers/item/computer.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/modular_computers/computers/item/computer.dm b/code/modules/modular_computers/computers/item/computer.dm index bb4599f9d1..871d72acee 100644 --- a/code/modules/modular_computers/computers/item/computer.dm +++ b/code/modules/modular_computers/computers/item/computer.dm @@ -56,7 +56,6 @@ if(!physical) physical = src comp_light_color = "#FFFFFF" - all_components = list() idle_threads = list() update_icon()