Skip to content

Commit

Permalink
Merge pull request #238 from taulazer/dependabot/nuget/ppy.osu.Game-2…
Browse files Browse the repository at this point in the history
…021.1127.0

Bump ppy.osu.Game from 2021.1120.0 to 2021.1127.0
  • Loading branch information
LumpBloom7 authored Nov 27, 2021
2 parents 5ea7c3e + 614b688 commit 0e629be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Tau/osu.Game.Rulesets.Tau.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<EmbeddedResource Include="Resources\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2021.1120.0" />
<PackageReference Include="ppy.osu.Game" Version="2021.1127.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\Samples\Gameplay" />
Expand Down

0 comments on commit 0e629be

Please sign in to comment.