1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Fix incorrect mappings

This commit is contained in:
Dean Herbert 2022-02-17 21:12:51 +09:00
parent 3d5ed24e20
commit 9d0023c750

View File

@ -124,9 +124,9 @@ namespace osu.Game.Online.API.Requests.Responses
case 1: return "taiko";
case 2: return "catch";
case 2: return "fruits";
case 3: return "fruits";
case 3: return "mania";
default: throw new ArgumentOutOfRangeException();
}