Fix missing component errors on the client.

This commit is contained in:
Pieter-Jan Briers
2018-08-09 22:50:05 +02:00
parent fa594fb3e9
commit 7b3fcb1d54

View File

@@ -56,6 +56,12 @@ namespace Content.Client
factory.Register<ConstructionGhostComponent>();
factory.Register<IconSmoothComponent>();
factory.RegisterIgnore("Construction");
factory.RegisterIgnore("Apc");
factory.RegisterIgnore("Door");
factory.RegisterIgnore("PoweredLight");
factory.RegisterIgnore("Smes");
prototypes.RegisterIgnore("material");
}
}