Skip to content

Commit

Permalink
disable the auto rescore upload for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 9, 2020
1 parent e4a7871 commit 88ceddf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Etterna/Singletons/ScoreManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,9 @@ ScoreManager::RecalculateSSRs(LoadingWindow* ld)
// wife3, not generic calc changes, since the site runs its
// own calc anyway
if (remarried) {
SCOREMAN->rescores.emplace(hs);

// DISABLED CUZ WE DONT REALLY NEED AND MANUAL CAN SUFFICE
// SCOREMAN->rescores.emplace(hs);
}

td->UnsetEtaner();
Expand Down

0 comments on commit 88ceddf

Please sign in to comment.