diff --git a/assets/js/acas-backend-instance.js b/assets/js/acas-backend-instance.js index a310389..a8a3a21 100644 --- a/assets/js/acas-backend-instance.js +++ b/assets/js/acas-backend-instance.js @@ -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);