Restart round vote now correctly shows round end screen. (#4817)
This commit is contained in:
@@ -124,7 +124,7 @@ namespace Content.Server.RoundEnd
|
||||
OnRoundEndCountdownCancelled?.Invoke();
|
||||
}
|
||||
|
||||
private void EndRound()
|
||||
public void EndRound()
|
||||
{
|
||||
OnRoundEndCountdownFinished?.Invoke();
|
||||
var gameTicker = Get<GameTicker>();
|
||||
|
||||
Reference in New Issue
Block a user