Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison committed Aug 22, 2024
1 parent f65bcf7 commit f9f4f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/_White/Standing/SharedLayingDownSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private void OnParentChanged(EntityUid uid, LayingDownComponent component, EntPa
return;
}

TryStandUp(uid, component, standingState);
_standing.Stand(uid, standingState);
}

public bool TryStandUp(EntityUid uid, LayingDownComponent? layingDown = null, StandingStateComponent? standingState = null)
Expand Down

0 comments on commit f9f4f07

Please sign in to comment.