Revert changes on hard rock mod

This commit is contained in:
Joseph Madamba
2018-03-29 20:36:52 -07:00
parent fcf0b25fa0
commit 0887dafa2c
4 changed files with 3 additions and 1 deletions

View File

@ -8,5 +8,6 @@ namespace osu.Game.Rulesets.Catch.Mods
public class CatchModHardRock : ModHardRock
{
public override double ScoreMultiplier => 1.12;
public override bool Ranked => true;
}
}