diff --git a/Content.Server/Shadowkin/ShadowkinSystem.cs b/Content.Server/Shadowkin/ShadowkinSystem.cs index e41a8d8ad3..8f1cb5a70b 100644 --- a/Content.Server/Shadowkin/ShadowkinSystem.cs +++ b/Content.Server/Shadowkin/ShadowkinSystem.cs @@ -30,7 +30,7 @@ public sealed class ShadowkinSystem : EntitySystem public override void Initialize() { base.Initialize(); - SubscribeLocalEvent(OnInit); + SubscribeLocalEvent(OnInit); SubscribeLocalEvent(OnExamined); SubscribeLocalEvent(OnMindbreak); SubscribeLocalEvent(OnAttemptPowerUse); @@ -38,7 +38,7 @@ public override void Initialize() SubscribeLocalEvent(OnRejuvenate); } - private void OnInit(EntityUid uid, ShadowkinComponent component, MapInitEvent args) + private void OnInit(EntityUid uid, ShadowkinComponent component, ComponentStartup args) { if (component.BlackeyeSpawn) ApplyBlackEye(uid);