Skip to content

Commit

Permalink
Only show EX maps in EX stage view
Browse files Browse the repository at this point in the history
  • Loading branch information
CloneWith committed Jul 29, 2024
1 parent 5bf3cc9 commit 5977610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Game.Tournament/Screens/Board/EXBoardScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ private void updateDisplay()

foreach (var b in CurrentMatch.Value.Round.Value.Beatmaps)
{
if (b.Mods != "EX") continue;
if (currentFlow == null)
{
mapFlows.Add(currentFlow = new FillFlowContainer<EXBoardBeatmapPanel>
Expand Down

0 comments on commit 5977610

Please sign in to comment.