mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +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)]
|
||||
public enum Country
|
||||
{
|
||||
[Description("Alien")]
|
||||
[Description("Unknown")]
|
||||
XX = 0,
|
||||
|
||||
[Description("Bangladesh")]
|
||||
|
Reference in New Issue
Block a user