mirror of
https://github.com/ppy/osu
synced 2025-01-20 21:10:49 +00:00
Add star keyword to FilterQueryParser criteria
This commit is contained in:
parent
35d5632355
commit
f65f074131
@ -37,6 +37,7 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
switch (key)
|
||||
{
|
||||
case "star":
|
||||
case "stars":
|
||||
return TryUpdateCriteriaRange(ref criteria.StarDifficulty, op, value, 0.01d / 2);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user