mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Add star keyword to FilterQueryParser criteria
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user