1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 02:39:52 +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
Unverified
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":