Refresh Lobby Info Box (#7521)

This commit is contained in:
Radosvik
2022-04-15 13:55:38 -05:00
committed by GitHub
parent ef4cc598ce
commit 353a7aa210
5 changed files with 12 additions and 2 deletions

View File

@@ -42,7 +42,8 @@ namespace Content.Server.Voting.Managers
default:
throw new ArgumentOutOfRangeException(nameof(voteType), voteType, null);
}
var ticker = EntitySystem.Get<GameTicker>();
ticker.UpdateInfoText();
TimeoutStandardVote(voteType);
}