Skip to content

Commit

Permalink
lower aaa grade requirement back again cause this time WE SURE
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 18, 2020
1 parent 9f5e73e commit e4f8def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Models/Misc/HighScore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ HighScoreImpl::GetWifeGrade() const
return Grade_Tier05;
if (PREFSMAN->m_bUseMidGrades && prc >= 0.998f)
return Grade_Tier06;
if (prc >= 0.9975f)
if (prc >= 0.9965f)
return Grade_Tier07;
if (PREFSMAN->m_bUseMidGrades && prc >= 0.99f)
return Grade_Tier08;
Expand Down

0 comments on commit e4f8def

Please sign in to comment.