From ff601d3395cb78316ae45ca3f7cb37ef8003b6fd Mon Sep 17 00:00:00 2001 From: biglyderv Date: Sat, 25 Jan 2025 10:18:09 -0500 Subject: [PATCH] math --- docs/stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {