Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Revert "Update Content.Shared/LieDown/SharedLieDownSystem.cs"
Browse files Browse the repository at this point in the history
This reverts commit a133d9e.
  • Loading branch information
Ivan Rubinov committed Jun 19, 2024
1 parent a133d9e commit 2721e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/LieDown/SharedLieDownSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public override void Initialize()
.Register<SharedLieDownSystem>();
}

private void OnComponentShutdown(Entity<LyingDownComponent> lying, ref ComponentShutdown args)
private void OnComponentShutdown(EntityUid uid, LyingDownComponent component, ComponentShutdown args)
{
SwitchActions(uid);
_movement.RefreshMovementSpeedModifiers(uid);
Expand Down

0 comments on commit 2721e62

Please sign in to comment.