diff --git a/Content.Shared/Bed/Sleep/SleepingSystem.cs b/Content.Shared/Bed/Sleep/SleepingSystem.cs index 61803d7c7d..e4732f82f9 100644 --- a/Content.Shared/Bed/Sleep/SleepingSystem.cs +++ b/Content.Shared/Bed/Sleep/SleepingSystem.cs @@ -128,7 +128,7 @@ public sealed partial class SleepingSystem : EntitySystem } _stun.TryUnstun(ent.Owner); - _stun.TryStanding(ent.Owner, out _); + _stun.TryStanding(ent.Owner); RemComp(ent); }