diff options
Diffstat (limited to 'tools/elo.js')
-rw-r--r-- | tools/elo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/elo.js b/tools/elo.js index ad0dbad..f6064f1 100644 --- a/tools/elo.js +++ b/tools/elo.js @@ -14,7 +14,7 @@ function is_winner(role, result) { } function elo_k(n) { - return n < 10 ? 60 : 30 + return 30 } function elo_ev(a, players) { |