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)
{
case "star":
case "stars":
return TryUpdateCriteriaRange(ref criteria.StarDifficulty, op, value, 0.01d / 2);