1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 19:27:31 +08:00

Remove accidental double handling of beatmap availability in DailyChallenge

This commit is contained in:
Dean Herbert 2024-08-08 15:01:39 +09:00
parent f91a3e9a35
commit e95d61d4c2
No known key found for this signature in database

View File

@ -455,8 +455,6 @@ namespace osu.Game.Screens.OnlinePlay.DailyChallenge
});
});
beatmapAvailabilityTracker.SelectedItem.Value = playlistItem;
beatmapAvailabilityTracker.Availability.BindValueChanged(_ => TrySetDailyChallengeBeatmap(this, beatmapManager, rulesets, musicController, playlistItem), true);
userModsSelectOverlay.SelectedItem.Value = playlistItem;
}