mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 04:52:57 +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>();
|
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
|
countries.Add(new TournamentTeam
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user