mirror of
https://github.com/ppy/osu
synced 2024-12-15 11:25:29 +00:00
Add back TrySetDailyChallengeBeatmap
call for safety
This commit is contained in:
parent
8eb0ef1e33
commit
0cb3b6a1f8
@ -458,6 +458,8 @@ namespace osu.Game.Screens.OnlinePlay.DailyChallenge
|
|||||||
}, TaskContinuationOptions.OnlyOnRanToCompletion);
|
}, TaskContinuationOptions.OnlyOnRanToCompletion);
|
||||||
|
|
||||||
userModsSelectOverlay.SelectedItem.Value = playlistItem;
|
userModsSelectOverlay.SelectedItem.Value = playlistItem;
|
||||||
|
|
||||||
|
TrySetDailyChallengeBeatmap(this, beatmapManager, rulesets, musicController, playlistItem);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void OnResuming(ScreenTransitionEvent e)
|
public override void OnResuming(ScreenTransitionEvent e)
|
||||||
|
Loading…
Reference in New Issue
Block a user