Skip to content

Commit

Permalink
Merge pull request #29282 from AkiraTenchi/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo authored Aug 5, 2024
2 parents 48b320e + a5a392e commit 1fd1d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Game/Screens/Select/FilterQueryParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ private static bool tryParseKeywordCriteria(FilterCriteria criteria, string key,
{
case "star":
case "stars":
case "sr":
return TryUpdateCriteriaRange(ref criteria.StarDifficulty, op, value, 0.01d / 2);

case "ar":
Expand Down

0 comments on commit 1fd1d8a

Please sign in to comment.