fix: fix round ended message (#429)
This commit is contained in:
@@ -507,6 +507,8 @@ namespace Content.Server.GameTicking
|
|||||||
RaiseLocalEvent(new RealRoundEndedEvent()); // WD
|
RaiseLocalEvent(new RealRoundEndedEvent()); // WD
|
||||||
RaiseLocalEvent(new RoundEndedEvent(RoundId, RoundDuration())); // WD
|
RaiseLocalEvent(new RoundEndedEvent(RoundId, RoundDuration())); // WD
|
||||||
|
|
||||||
|
SendRoundStatus("round_ended"); // WD
|
||||||
|
|
||||||
RoundNumberMetric.Inc();
|
RoundNumberMetric.Inc();
|
||||||
|
|
||||||
PlayersJoinedRoundNormally = 0;
|
PlayersJoinedRoundNormally = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user