1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 18:07:25 +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)] [UsedImplicitly(ImplicitUseTargetFlags.WithMembers)]
public enum Country public enum Country
{ {
[Description("Alien")] [Description("Unknown")]
XX = 0, XX = 0,
[Description("Bangladesh")] [Description("Bangladesh")]