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:
parent
35d5632355
commit
f65f074131
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user