mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix mods not being populated
This commit is contained in:
@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Taiko.Difficulty
|
||||
protected override DifficultyAttributes CreateDifficultyAttributes(IBeatmap beatmap, Mod[] mods, Skill[] skills, double clockRate)
|
||||
{
|
||||
if (beatmap.HitObjects.Count == 0)
|
||||
return new TaikoDifficultyAttributes();
|
||||
return new TaikoDifficultyAttributes { Mods = mods };
|
||||
|
||||
return new TaikoDifficultyAttributes
|
||||
{
|
||||
|
Reference in New Issue
Block a user