1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Use "Unknown" instead of "Alient" for unknown countries

This commit is contained in:
Dean Herbert 2022-07-16 14:49:14 +09:00
parent 4968859e69
commit 9e945197dc

View File

@ -12,7 +12,7 @@ namespace osu.Game.Users
[UsedImplicitly(ImplicitUseTargetFlags.WithMembers)]
public enum Country
{
[Description("Alien")]
[Description("Unknown")]
XX = 0,
[Description("Bangladesh")]