mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix incorrect mappings
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user