diff --git a/Content.Server/Bed/Sleep/SleepingSystem.cs b/Content.Server/Bed/Sleep/SleepingSystem.cs index bb553e0544..d4cdc59180 100644 --- a/Content.Server/Bed/Sleep/SleepingSystem.cs +++ b/Content.Server/Bed/Sleep/SleepingSystem.cs @@ -213,7 +213,7 @@ namespace Content.Server.Bed.Sleep /// public bool TryWaking(EntityUid uid, SleepingComponent? component = null, bool force = false, EntityUid? user = null) { - if (!Resolve(uid, ref component)) + if (!Resolve(uid, ref component, false)) return false; if (!force && HasComp(uid))