mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Use "Unknown" instead of "Alient" for unknown countries
This commit is contained in:
@ -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")]
|
||||||
|
Reference in New Issue
Block a user