mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-09 12:29:11 -05:00
Fix error in ladder rating calculation
This commit is contained in:
@@ -326,7 +326,7 @@ class NTBBLadder {
|
||||
|
||||
$rating->Update();
|
||||
if ($offset) {
|
||||
$rating->r += $offset;
|
||||
$rating->rating += $offset;
|
||||
$rating->mu += $offset/173.7178;
|
||||
$offset = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user