mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:47:46 +08:00
revert test change
This commit is contained in:
parent
ba80d1e2d5
commit
5d09eca104
@ -21,7 +21,7 @@ namespace osu.Game.Tournament.Tests.Screens
|
||||
{
|
||||
Team1 = { Value = Ladder.Teams.FirstOrDefault(t => t.Acronym.Value == "USA") },
|
||||
Team2 = { Value = Ladder.Teams.FirstOrDefault(t => t.Acronym.Value == "JPN") },
|
||||
Round = { Value = Ladder.Rounds.First(g => g.Name.Value == "Quarterfinals") }
|
||||
Round = { Value = Ladder.Rounds.FirstOrDefault(g => g.Name.Value == "Finals") }
|
||||
};
|
||||
|
||||
Add(new TeamIntroScreen
|
||||
|
Loading…
Reference in New Issue
Block a user