1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 23:10:51 +08:00

Update naming

This commit is contained in:
Dean Herbert
2022-07-18 16:40:11 +09:00
Unverified
parent d909a1fd46
commit caa44ce01e
2 changed files with 252 additions and 252 deletions
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
{