Skip to content

Commit

Permalink
Log final selection
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Jan 3, 2025
1 parent dd72cd7 commit 7df4dda
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ private bool PlayerMapCheck(IPlayer p)
Votes = item.Value;
}
}
_logger.Verbose($"Vote: selected map '{Selected.LevelId}' characteristic '{Selected.Characteristic}' difficulty '{Selected.Difficulty}'");
return Selected;
case SongSelectionMode.RandomPlayerPicks:
if (CountDownState == CountdownState.CountingDown || CountDownState == CountdownState.NotCountingDown)
Expand Down

0 comments on commit 7df4dda

Please sign in to comment.