fix: fix round ended message (#429)

This commit is contained in:
ThereDrD0
2024-07-07 12:40:00 +03:00
committed by GitHub
parent 72a2d75590
commit 53ae2a4cfd

View File

@@ -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;