mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 19:27:31 +08:00
Update FilterQueryParser.cs
Add sr as an alias for star rating in the search parameters
This commit is contained in:
parent
48b320e7dd
commit
a5a392e9fc
@ -40,6 +40,7 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
case "star":
|
||||
case "stars":
|
||||
case "sr":
|
||||
return TryUpdateCriteriaRange(ref criteria.StarDifficulty, op, value, 0.01d / 2);
|
||||
|
||||
case "ar":
|
||||
|
Loading…
Reference in New Issue
Block a user