Add back TrySetDailyChallengeBeatmap call for safety

This commit is contained in:
Dean Herbert 2024-08-08 22:10:26 +09:00
parent 8eb0ef1e33
commit 0cb3b6a1f8
No known key found for this signature in database

View File

@ -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)