1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:07:38 +08:00

Fix daily challenge screen not applying track adjustments from mods

Closes https://github.com/ppy/osu/issues/29093.
This commit is contained in:
Bartłomiej Dach 2024-07-26 11:50:43 +02:00
parent 2b083bff29
commit 1abcf16231
No known key found for this signature in database

View File

@ -93,6 +93,8 @@ namespace osu.Game.Screens.OnlinePlay.DailyChallenge
public override bool DisallowExternalBeatmapRulesetChanges => true;
public override bool? ApplyModTrackAdjustments => true;
public DailyChallenge(Room room)
{
this.room = room;