mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Replace default
with CountryCode.Unknown
This commit is contained in:
@ -133,7 +133,7 @@ namespace osu.Game.Overlays.Rankings
|
||||
|
||||
private void onCountryChanged(ValueChangedEvent<CountryCode> country)
|
||||
{
|
||||
if (country.NewValue == default)
|
||||
if (Current.Value == CountryCode.Unknown)
|
||||
return;
|
||||
|
||||
flag.CountryCode = country.NewValue;
|
||||
|
Reference in New Issue
Block a user