1
0
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:
Stoppedpuma 2024-02-10 07:48:24 +01:00
parent 0ebea77392
commit 7c04e8bfba

View File

@ -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":