Skip to content

Commit

Permalink
fixup! Enable diffcalc for all scores on all gamemodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed Jun 7, 2024
1 parent 2f39c5d commit a20c959
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/osu/difficultycalculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,9 @@ def get_difficulty_calculator_class(name: str) -> Type[AbstractDifficultyCalcula
def get_default_difficulty_calculator_class(
gamemode: Gamemode,
) -> Type[AbstractDifficultyCalculator]:
return get_difficulty_calculator_class(settings.DEFAULT_DIFFICULTY_CALCULATORS[gamemode])
return get_difficulty_calculator_class(
settings.DEFAULT_DIFFICULTY_CALCULATORS[gamemode]
)


def get_difficulty_calculators_for_gamemode(
Expand Down

0 comments on commit a20c959

Please sign in to comment.