* Reverted Block emotes for sleeping (upstream PR #32779) * Removed comments.
This commit is contained in:
parent
1121b6e4a2
commit
dc3a3ca3e0
|
|
@ -62,7 +62,7 @@ public sealed partial class SleepingSystem : EntitySystem
|
|||
|
||||
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue