From 7b3fcb1d54cf42253dac6a085687fafe285b076f Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 9 Aug 2018 22:50:05 +0200 Subject: [PATCH] Fix missing component errors on the client. --- Content.Client/EntryPoint.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Content.Client/EntryPoint.cs b/Content.Client/EntryPoint.cs index 9e8ad7ff81..a84ccbb567 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -56,6 +56,12 @@ namespace Content.Client factory.Register(); factory.Register(); + factory.RegisterIgnore("Construction"); + factory.RegisterIgnore("Apc"); + factory.RegisterIgnore("Door"); + factory.RegisterIgnore("PoweredLight"); + factory.RegisterIgnore("Smes"); + prototypes.RegisterIgnore("material"); } }