mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Remove useless null check
This commit is contained in:
@ -43,9 +43,7 @@ namespace osu.Game.Users.Drawables
|
|||||||
|
|
||||||
protected override bool OnClick(ClickEvent e)
|
protected override bool OnClick(ClickEvent e)
|
||||||
{
|
{
|
||||||
if (Country != null)
|
rankingsOverlay?.ShowCountry(Country);
|
||||||
rankingsOverlay?.ShowCountry(Country);
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user