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:
parent
4968859e69
commit
9e945197dc
@ -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")]
|
||||||
|
Loading…
Reference in New Issue
Block a user