Skip to content

Commit

Permalink
Fix phone busy sound (RMC-14#5385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutch-VanDerLinde authored Jan 14, 2025
1 parent 9199428 commit 0fd43c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Content.Shared/_RMC14/Telephone/SharedTelephoneSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ private bool HangUpDialing(Entity<RotaryPhoneDialingComponent> ent, EntityUid ph

RemCompDeferred<RotaryPhoneDialingComponent>(ent);
ReturnPhone(ent.Owner, phone, user);
StopSound(ent.Owner);

if (ent.Comp.Other is { } other)
{
Expand Down

0 comments on commit 0fd43c2

Please sign in to comment.