mirror of
https://github.com/ppy/osu.git
synced 2026-06-02 23:41:00 +08:00
Merge branch 'master' into fix-retry-sound
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user