Fix error in ladder rating calculation

This commit is contained in:
Guangcong Luo
2013-11-30 00:54:34 -06:00
parent 8237e25b93
commit ae12fbbd09

View File

@@ -326,7 +326,7 @@ class NTBBLadder {
$rating->Update();
if ($offset) {
$rating->r += $offset;
$rating->rating += $offset;
$rating->mu += $offset/173.7178;
$offset = 0;
}