mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Read flag name from file
This commit is contained in:
@ -51,7 +51,8 @@ namespace osu.Game.Tournament.Screens.Drawings.Components
|
||||
teams.Add(new TournamentTeam
|
||||
{
|
||||
FullName = split[1].Trim(),
|
||||
Acronym = split.Length >= 3 ? split[2].Trim() : null
|
||||
Acronym = split.Length >= 3 ? split[2].Trim() : null,
|
||||
FlagName = split[0].Trim()
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user