From fcf9cd361107721f1fdb65a63c5956ade1a0e13d Mon Sep 17 00:00:00 2001 From: FoxxoTrystan <45297731+FoxxoTrystan@users.noreply.github.com> Date: Wed, 9 Oct 2024 06:14:53 +0200 Subject: [PATCH] Update ShadowkinSystem.cs --- Content.Server/Shadowkin/ShadowkinSystem.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);