Skip to content

Commit

Permalink
Revert "Block emotes for sleeping" (#32779) (#2084)
Browse files Browse the repository at this point in the history
* Reverted Block emotes for sleeping (upstream PR #32779)

* Removed comments.
  • Loading branch information
Radezolid authored Nov 3, 2024
1 parent 1121b6e commit dc3a3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Bed/Sleep/SleepingSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public override void Initialize()

SubscribeLocalEvent<ForcedSleepingComponent, ComponentInit>(OnInit);
SubscribeLocalEvent<SleepingComponent, UnbuckleAttemptEvent>(OnUnbuckleAttempt);
SubscribeLocalEvent<SleepingComponent, EmoteAttemptEvent>(OnEmoteAttempt);
//SubscribeLocalEvent<SleepingComponent, EmoteAttemptEvent>(OnEmoteAttempt); # DeltaV - Reverted "Block emotes for sleeping" (upstream PR #32779)
}

private void OnUnbuckleAttempt(Entity<SleepingComponent> ent, ref UnbuckleAttemptEvent args)
Expand Down

0 comments on commit dc3a3ca

Please sign in to comment.