Skip to content

Commit

Permalink
Станционные цели
Browse files Browse the repository at this point in the history
Теперь на станцию приходят цели смены.
Слава НТ!
  • Loading branch information
temporaldarkness committed Jan 27, 2024
1 parent 25750a7 commit a0479b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Content.Server/GameTicking/GameTicker.RoundFlow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ public void StartRound(bool force = false)
AnnounceRound();
UpdateInfoText();
SendRoundStartedDiscordMessage();

var roundStartedEvent = new RoundStartedEvent(RoundId);
RaiseLocalEvent(roundStartedEvent);

#if EXCEPTION_TOLERANCE
}
Expand Down

0 comments on commit a0479b7

Please sign in to comment.