From a133d9eaf469e43074daacc4f84d2c37e2a5ded7 Mon Sep 17 00:00:00 2001 From: user424242420 <142989209+user424242420@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:51:15 +0300 Subject: [PATCH] Update Content.Shared/LieDown/SharedLieDownSystem.cs Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com> --- Content.Shared/LieDown/SharedLieDownSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/LieDown/SharedLieDownSystem.cs b/Content.Shared/LieDown/SharedLieDownSystem.cs index 1645bc15153..cbb3c344c17 100644 --- a/Content.Shared/LieDown/SharedLieDownSystem.cs +++ b/Content.Shared/LieDown/SharedLieDownSystem.cs @@ -35,7 +35,7 @@ public override void Initialize() .Register(); } - private void OnComponentShutdown(EntityUid uid, LyingDownComponent component, ComponentShutdown args) + private void OnComponentShutdown(Entity lying, ref ComponentShutdown args) { SwitchActions(uid); _movement.RefreshMovementSpeedModifiers(uid);