Skip to content

Commit

Permalink
my finger slipped while i was committing
Browse files Browse the repository at this point in the history
  • Loading branch information
hwabis committed Jan 28, 2025
1 parent 61dd8aa commit 16a7a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.PumpTrainer/Mods/PumpTrainerModSeeded.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class PumpTrainerModSeeded : Mod, IApplicableToBeatmapConverter
public override string Acronym => "SD";
public override LocalisableString Description => "Play consistently generated charts.";
public override double ScoreMultiplier => 1;
public override ModType Type => ModType.Automationmod;
public override ModType Type => ModType.Automation;

public void ApplyToBeatmapConverter(IBeatmapConverter beatmapConverter)
{
Expand Down

0 comments on commit 16a7a4f

Please sign in to comment.