mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08:00
Merge pull request #24922 from Fabiano1337/SR/BPM-Display-fix
Fix SR/BPM display showing no info in multiplayer playlist rooms
This commit is contained in:
commit
e2e4796d5e
@ -452,7 +452,7 @@ namespace osu.Game.Screens.OnlinePlay.Match
|
||||
// Retrieve the corresponding local beatmap, since we can't directly use the playlist's beatmap info
|
||||
var localBeatmap = beatmap == null ? null : beatmapManager.QueryBeatmap(b => b.OnlineID == beatmap.OnlineID);
|
||||
|
||||
Beatmap.Value = beatmapManager.GetWorkingBeatmap(localBeatmap);
|
||||
UserModsSelectOverlay.Beatmap = Beatmap.Value = beatmapManager.GetWorkingBeatmap(localBeatmap);
|
||||
}
|
||||
|
||||
protected virtual void UpdateMods()
|
||||
|
Loading…
Reference in New Issue
Block a user