Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions MapChooserSharp/Modules/MapVote/McsMapVoteController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -450,14 +450,7 @@ private void EndVote()

foreach (var (key, voteUi) in _mapVoteContent.VoteUi)
{
try
{
voteUi.CloseMenu();
}
catch (Exception e)
{
Logger.LogError($"Error while closing vote menu but ignoreing: {e}");
}
voteUi.CloseMenu();
}

foreach (IMapVoteData voteData in _mapVoteContent.GetVotingMaps())
Expand Down