diff --git a/src/Etterna/Singletons/ScoreManager.cpp b/src/Etterna/Singletons/ScoreManager.cpp index 0b98720b9f..18da94fdec 100644 --- a/src/Etterna/Singletons/ScoreManager.cpp +++ b/src/Etterna/Singletons/ScoreManager.cpp @@ -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();