diff --git a/Content.Client/Construction/FlatpackSystem.cs b/Content.Client/Construction/FlatpackSystem.cs index 911ff1279c..f39c2327ca 100644 --- a/Content.Client/Construction/FlatpackSystem.cs +++ b/Content.Client/Construction/FlatpackSystem.cs @@ -27,7 +27,7 @@ public sealed class FlatpackSystem : SharedFlatpackSystem if (!PrototypeManager.TryIndex(machineBoardId, out var machineBoardPrototype)) return; - if (!machineBoardPrototype.TryGetComponent(out var sprite)) + if (!machineBoardPrototype.TryGetComponent(out var sprite, EntityManager.ComponentFactory)) return; Color? color = null;