Skip to content

Commit

Permalink
Fix BoltRank display name value for B+
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugzy authored Mar 21, 2022
1 parent cf33f43 commit 6041a61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public enum BoltRank {
S("S"),
A_PLUS("A+"),
A("A"),
B_PLUS("B"),
B_PLUS("B+"),
B("B"),
C_PLUS("C+"),
C("C"),
Expand Down

0 comments on commit 6041a61

Please sign in to comment.