1
0
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:
AkiraTenchi 2024-08-04 19:48:29 +02:00 committed by GitHub
parent 48b320e7dd
commit a5a392e9fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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":