mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 22:22:55 +08:00
Check against databasedSet instead of function param
This commit is contained in:
parent
e9269dc83b
commit
55a6e43778
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user