diff --git a/Content.Server/StationEvents/EventManagerSystem.cs b/Content.Server/StationEvents/EventManagerSystem.cs index 2ef1e91e66..2fa184516a 100644 --- a/Content.Server/StationEvents/EventManagerSystem.cs +++ b/Content.Server/StationEvents/EventManagerSystem.cs @@ -229,7 +229,7 @@ public sealed class EventManagerSystem : EntitySystem if (prototype.Abstract) continue; - if (!prototype.TryGetComponent(out var stationEvent)) + if (!prototype.TryGetComponent(out var stationEvent, EntityManager.ComponentFactory)) continue; allEvents.Add(prototype, stationEvent);