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

Commit

Permalink
Update Content.Shared/LieDown/SharedLieDownSystem.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Ed <[email protected]>
  • Loading branch information
user424242420 and TheShuEd authored Jun 19, 2024
1 parent 6ba95d0 commit a133d9e
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(EntityUid uid, LyingDownComponent component, ComponentShutdown args)
private void OnComponentShutdown(Entity<LyingDownComponent> lying, ref ComponentShutdown args)
{
SwitchActions(uid);

Check failure on line 40 in Content.Shared/LieDown/SharedLieDownSystem.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

The name 'uid' does not exist in the current context

Check failure on line 40 in Content.Shared/LieDown/SharedLieDownSystem.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

The name 'uid' does not exist in the current context

Check failure on line 40 in Content.Shared/LieDown/SharedLieDownSystem.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'uid' does not exist in the current context

Check failure on line 40 in Content.Shared/LieDown/SharedLieDownSystem.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'uid' does not exist in the current context

Check failure on line 40 in Content.Shared/LieDown/SharedLieDownSystem.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

The name 'uid' does not exist in the current context

Check failure on line 40 in Content.Shared/LieDown/SharedLieDownSystem.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

The name 'uid' does not exist in the current context

Check failure on line 40 in Content.Shared/LieDown/SharedLieDownSystem.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'uid' does not exist in the current context

Check failure on line 40 in Content.Shared/LieDown/SharedLieDownSystem.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'uid' does not exist in the current context
_movement.RefreshMovementSpeedModifiers(uid);

Check failure on line 41 in Content.Shared/LieDown/SharedLieDownSystem.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

The name 'uid' does not exist in the current context

Check failure on line 41 in Content.Shared/LieDown/SharedLieDownSystem.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

The name 'uid' does not exist in the current context

Check failure on line 41 in Content.Shared/LieDown/SharedLieDownSystem.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'uid' does not exist in the current context

Check failure on line 41 in Content.Shared/LieDown/SharedLieDownSystem.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'uid' does not exist in the current context

Check failure on line 41 in Content.Shared/LieDown/SharedLieDownSystem.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

The name 'uid' does not exist in the current context

Check failure on line 41 in Content.Shared/LieDown/SharedLieDownSystem.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

The name 'uid' does not exist in the current context

Check failure on line 41 in Content.Shared/LieDown/SharedLieDownSystem.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'uid' does not exist in the current context

Check failure on line 41 in Content.Shared/LieDown/SharedLieDownSystem.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'uid' does not exist in the current context
Expand Down

0 comments on commit a133d9e

Please sign in to comment.