revert test change

This commit is contained in:
cdwcgt 2023-07-30 02:49:30 +09:00
parent ba80d1e2d5
commit 5d09eca104
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ private void load()
{
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