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

Merge pull request #3791 from peppy/fix-d-rank

Revert "Fix D rank displaying as F"
This commit is contained in:
Dean Herbert 2018-11-30 20:05:35 +09:00 committed by GitHub
commit cc488fe275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ namespace osu.Game.Scoring
{
[Description(@"F")]
F,
[Description(@"D")]
[Description(@"F")]
D,
[Description(@"C")]
C,