diff --git a/docs/stats.php b/docs/stats.php index 7d136bd..990e872 100755 --- a/docs/stats.php +++ b/docs/stats.php @@ -42,7 +42,7 @@ } } - $dist = ($dist / 2); + $dist = ($dist * 0.8); $new_sum = array_sum($pr); foreach ($result as $usern) {