From 53ae2a4cfddfa9cb6ab00ce1bd8f641e2b18ee97 Mon Sep 17 00:00:00 2001 From: ThereDrD0 <88589686+ThereDrD0@users.noreply.github.com> Date: Sun, 7 Jul 2024 12:40:00 +0300 Subject: [PATCH] fix: fix round ended message (#429) --- Content.Server/GameTicking/GameTicker.RoundFlow.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Server/GameTicking/GameTicker.RoundFlow.cs b/Content.Server/GameTicking/GameTicker.RoundFlow.cs index d5875cd0c7..8f5f8804f9 100644 --- a/Content.Server/GameTicking/GameTicker.RoundFlow.cs +++ b/Content.Server/GameTicking/GameTicker.RoundFlow.cs @@ -507,6 +507,8 @@ namespace Content.Server.GameTicking RaiseLocalEvent(new RealRoundEndedEvent()); // WD RaiseLocalEvent(new RoundEndedEvent(RoundId, RoundDuration())); // WD + SendRoundStatus("round_ended"); // WD + RoundNumberMetric.Inc(); PlayersJoinedRoundNormally = 0;