Skip to content

Commit

Permalink
Fix elo not updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakorr committed Oct 27, 2024
1 parent 76845ff commit 421d09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/acas-backend-instance.js
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ class BackendInstance {
}

if(didUpdateElo)
this.setEngineElo(this.getConfigValue(this.configKeys.engineElo), true, profile);
this.setEngineElo(this.getConfigValue(this.configKeys.engineElo, profile), true, profile);

if(didUpdateNodes)
this.setEngineNodes(this.getConfigValue(this.configKeys.engineNodes, profile), profile);
Expand Down

0 comments on commit 421d09a

Please sign in to comment.