diff --git a/Content.Shared/Standing/StandingStateSystem.cs b/Content.Shared/Standing/StandingStateSystem.cs index b2b35f2c69c4..3e622945a9bc 100644 --- a/Content.Shared/Standing/StandingStateSystem.cs +++ b/Content.Shared/Standing/StandingStateSystem.cs @@ -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))