mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Simplify if/else statement
This commit is contained in:
@ -242,10 +242,8 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
loading.Hide();
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
notSupporterPlaceholder.Hide();
|
||||
}
|
||||
|
||||
notSupporterPlaceholder.Hide();
|
||||
|
||||
content.Show();
|
||||
loading.Show();
|
||||
|
Reference in New Issue
Block a user