mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 01:02:56 +08:00
Alias author to creator
Allows "author" to show the results of "creator"
This commit is contained in:
parent
0ebea77392
commit
7c04e8bfba
@ -68,6 +68,7 @@ namespace osu.Game.Screens.Select
|
||||
return TryUpdateCriteriaRange(ref criteria.OnlineStatus, op, value, tryParseEnum);
|
||||
|
||||
case "creator":
|
||||
case "author":
|
||||
return TryUpdateCriteriaText(ref criteria.Creator, op, value);
|
||||
|
||||
case "artist":
|
||||
|
Loading…
Reference in New Issue
Block a user