Skip to content

Commit

Permalink
no need to recalc to wifevers3 if its already done
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 7, 2020
1 parent 943f824 commit 3d20d92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Etterna/Models/Misc/HighScore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,8 @@ HighScore::RescoreToWife2Judge(int x)
bool
HighScore::RescoreToWife3()
{
if (GetWifeVersion() == 3)
return false;
if (!LoadReplayData() || m_Impl->GetWifeGrade() == Grade_Failed)
return false;

Expand Down

0 comments on commit 3d20d92

Please sign in to comment.