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"); } }