Skip to content

Commit

Permalink
Remove skills from DifficultyAttributes
Browse files Browse the repository at this point in the history
In line with osu-side changes
  • Loading branch information
LumpBloom7 committed Nov 27, 2021
1 parent 0470905 commit 614b688
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osu.Game.Rulesets.Tau/TauDifficultyCalculator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ protected override DifficultyAttributes CreateDifficultyAttributes(IBeatmap beat
{
StarRating = beatmap.BeatmapInfo.StarRating,
Mods = mods,
Skills = skills,
MaxCombo = beatmap.HitObjects.Count,
};

Expand Down

0 comments on commit 614b688

Please sign in to comment.