1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Remove unnecessary IsLoaded check

We are always loaded at this point.
This commit is contained in:
Dean Herbert 2017-12-21 23:48:48 +09:00
parent 65e6206d06
commit 57fdbda16d

View File

@ -218,8 +218,6 @@ namespace osu.Game.Screens.Select.Leaderboards
private void updateScores()
{
if (!IsLoaded) return;
getScoresRequest?.Cancel();
getScoresRequest = null;
Scores = null;