mirror of
https://github.com/osukey/osukey.git
synced 2025-07-17 16:30:11 +09:00
Fix beatmap not having any mods when going into play
This commit is contained in:
@ -142,8 +142,8 @@ namespace osu.Game.Screens.Multi.Match
|
|||||||
|
|
||||||
// Todo: item.Beatmap can be null here...
|
// Todo: item.Beatmap can be null here...
|
||||||
var localBeatmap = beatmapManager.QueryBeatmap(b => b.OnlineBeatmapID == item.BeatmapID) ?? item.Beatmap;
|
var localBeatmap = beatmapManager.QueryBeatmap(b => b.OnlineBeatmapID == item.BeatmapID) ?? item.Beatmap;
|
||||||
|
|
||||||
Beatmap.Value = beatmapManager.GetWorkingBeatmap(localBeatmap);
|
Beatmap.Value = beatmapManager.GetWorkingBeatmap(localBeatmap);
|
||||||
|
Beatmap.Value.Mods.Value = item.RequiredMods.ToArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onStart()
|
private void onStart()
|
||||||
|
Reference in New Issue
Block a user