diff --git a/Content.Shared/Bed/Sleep/SleepingSystem.cs b/Content.Shared/Bed/Sleep/SleepingSystem.cs index 6a04bfe42d..fa3bf70421 100644 --- a/Content.Shared/Bed/Sleep/SleepingSystem.cs +++ b/Content.Shared/Bed/Sleep/SleepingSystem.cs @@ -62,7 +62,7 @@ public sealed partial class SleepingSystem : EntitySystem SubscribeLocalEvent(OnInit); SubscribeLocalEvent(OnUnbuckleAttempt); - SubscribeLocalEvent(OnEmoteAttempt); + //SubscribeLocalEvent(OnEmoteAttempt); # DeltaV - Reverted "Block emotes for sleeping" (upstream PR #32779) } private void OnUnbuckleAttempt(Entity ent, ref UnbuckleAttemptEvent args)