Remove IgnoreComponents on the client (#8308)

This commit is contained in:
wrexbe
2022-05-28 10:38:59 -07:00
committed by GitHub
parent cb95d2ae8d
commit 9cd323e519
3 changed files with 1 additions and 384 deletions

View File

@@ -68,11 +68,7 @@ namespace Content.Client.Entry
var prototypes = IoCManager.Resolve<IPrototypeManager>();
factory.DoAutoRegistrations();
foreach (var ignoreName in IgnoredComponents.List)
{
factory.RegisterIgnore(ignoreName);
}
factory.IgnoreMissingComponents();
factory.RegisterClass<SharedResearchConsoleComponent>();
factory.RegisterClass<SharedLatheComponent>();