Skip to content

Commit

Permalink
corpse flap fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkmajia committed Feb 5, 2025
1 parent 5f37c5d commit c065d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Standing/StandingStateSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public bool Down(EntityUid uid,
StandingStateComponent? standingState = null,
AppearanceComponent? appearance = null,
HandsComponent? hands = null,
bool intentional = true)
bool intentional = false)
{
// TODO: This should actually log missing comps...
if (!Resolve(uid, ref standingState, false))
Expand Down

0 comments on commit c065d95

Please sign in to comment.