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()