mirror of https://github.com/ppy/osu
Display team seeds in map pool screen as well
This commit is contained in:
parent
4371a1ab57
commit
81c1634d44
|
@ -50,6 +50,7 @@ private void load(MatchIPCInfo ipc)
|
|||
new MatchHeader
|
||||
{
|
||||
ShowScores = true,
|
||||
DisplaySeeds = { BindTarget = LadderInfo.DisplayTeamSeeds },
|
||||
},
|
||||
mapFlows = new FillFlowContainer<FillFlowContainer<TournamentBeatmapPanel>>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue