mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 04:02:55 +08:00
Update naming
This commit is contained in:
parent
d909a1fd46
commit
caa44ce01e
File diff suppressed because it is too large
Load Diff
@ -44,7 +44,7 @@ namespace osu.Game.Tournament.Screens.Editors
|
||||
{
|
||||
var countries = new List<TournamentTeam>();
|
||||
|
||||
foreach (var country in Enum.GetValues(typeof(Country)).Cast<Country>().Skip(1))
|
||||
foreach (var country in Enum.GetValues(typeof(CountryCode)).Cast<CountryCode>().Skip(1))
|
||||
{
|
||||
countries.Add(new TournamentTeam
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user