mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Merge branch 'master' into fix-retry-sound
This commit is contained in:
commit
a1c64d8d26
@ -206,7 +206,7 @@ namespace osu.Game.Screens.Multi.Match
|
||||
if (Beatmap.Value != beatmapManager.DefaultBeatmap)
|
||||
return;
|
||||
|
||||
if (Beatmap.Value == null)
|
||||
if (CurrentItem.Value == null)
|
||||
return;
|
||||
|
||||
// Try to retrieve the corresponding local beatmap
|
||||
|
Loading…
Reference in New Issue
Block a user