1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-14 23:37:26 +08:00

Merge branch 'master' into beatmap-refactor/beatmap-overlays

This commit is contained in:
Dan Balasescu 2021-11-01 19:32:07 +09:00 committed by GitHub
commit 95b1f5830d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,10 +122,8 @@ namespace osu.Game.Online
{ {
Schedule(() => Schedule(() =>
{ {
if (!checkEquality(item, TrackedItem)) if (checkEquality(item, TrackedItem))
return; UpdateState(DownloadState.LocallyAvailable);
UpdateState(DownloadState.NotDownloaded);
}); });
} }
} }