1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Check against databasedSet instead of function param

This commit is contained in:
Samuel Van Allen 2019-04-03 21:49:33 +08:00
parent e9269dc83b
commit 55a6e43778

View File

@ -255,7 +255,7 @@ namespace osu.Game
menuScreen.LoadToSolo();
// we might even already be at the song
if (Beatmap.Value.BeatmapSetInfo.OnlineBeatmapSetID == beatmap.OnlineBeatmapSetID)
if (Beatmap.Value.BeatmapSetInfo.Hash == databasedSet.Hash)
{
return;
}