Skip to content

Commit 9c151b3

Browse files
dont call recalculate ssrs within calcplayer rating so we can avoid the ??? turdfest when calcing after profile load
1 parent d13c90f commit 9c151b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ScoreManager.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,6 @@ void ScoreManager::EnableAllScores() {
214214
}
215215

216216
void ScoreManager::CalcPlayerRating(float& prating, float* pskillsets) {
217-
// Force updated calc SSR calculation first
218-
RecalculateSSRs();
219-
220217
float skillsetsum = 0.f;
221218
FOREACH_ENUM(Skillset, ss) {
222219
// actually skip overall

0 commit comments

Comments
 (0)