Skip to content

Commit

Permalink
Revert "Removed inconsistent broadcast cooldown whenever the "Announc…
Browse files Browse the repository at this point in the history
…e" button is pressed on the communications terminal."

This reverts commit c730d64.
  • Loading branch information
superjj18 committed Mar 28, 2024
1 parent c730d64 commit 3c2d66a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Content.Server/Communications/CommunicationsConsoleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ private static bool CanAnnounce(CommunicationsConsoleComponent comp)

private static bool CanBroadcast(CommunicationsConsoleComponent comp)
{
// No broadcast delay
return true;
return comp.AnnouncementCooldownRemaining <= 0f;
}

private bool CanUse(EntityUid user, EntityUid console)
Expand Down

0 comments on commit 3c2d66a

Please sign in to comment.