1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 17:33:02 +08:00

Add star keyword to FilterQueryParser criteria

This commit is contained in:
ilsubyeega-desu 2021-06-11 02:46:29 +09:00 committed by GitHub
parent 35d5632355
commit f65f074131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ namespace osu.Game.Screens.Select
{ {
switch (key) switch (key)
{ {
case "star":
case "stars": case "stars":
return TryUpdateCriteriaRange(ref criteria.StarDifficulty, op, value, 0.01d / 2); return TryUpdateCriteriaRange(ref criteria.StarDifficulty, op, value, 0.01d / 2);