Skip to content

Commit

Permalink
Merge pull request #303 from peppy/user-rank-processor-on
Browse files Browse the repository at this point in the history
Enable user rank processor on legacy scores
  • Loading branch information
peppy authored Nov 21, 2024
2 parents 2481e03 + 5042869 commit 5da5e56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class UserRankCountProcessor : IProcessor
{
public bool RunOnFailedScores => false;

public bool RunOnLegacyScores => false;
public bool RunOnLegacyScores => true;

public void RevertFromUserStats(SoloScore score, UserStats userStats, int previousVersion, MySqlConnection conn, MySqlTransaction transaction)
{
Expand Down

0 comments on commit 5da5e56

Please sign in to comment.