1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 02:09:54 +08:00

Merge pull request #25217 from peppy/update-country-codes

Update country code names to match database
This commit is contained in:
Bartłomiej Dach
2023-10-25 08:31:28 +02:00
committed by GitHub
Unverified
2 changed files with 520 additions and 503 deletions
+1 -5
View File
@@ -1,7 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Game.Users;
namespace osu.Game.Tournament
@@ -519,9 +518,6 @@ namespace osu.Game.Tournament
case CountryCode.KE:
return "KEN";
case CountryCode.SS:
return "SSD";
case CountryCode.SR:
return "SUR";
@@ -763,7 +759,7 @@ namespace osu.Game.Tournament
return "MOZ";
default:
throw new ArgumentOutOfRangeException(nameof(country));
return country.ToString();
}
}
}
File diff suppressed because it is too large Load Diff