From 56de345d78128d7d45d20919f6a09ffff52f20d3 Mon Sep 17 00:00:00 2001
From: biglyderv <eggseggsarecool+git@gmail.com>
Date: Mon, 27 Jan 2025 18:10:54 -0500
Subject: [PATCH] math hell again

---
 docs/stats.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/stats.php b/docs/stats.php
index ed70cb1..79654af 100755
--- a/docs/stats.php
+++ b/docs/stats.php
@@ -50,7 +50,7 @@
 			}
 
 			$dist = 1 - ($i / 20);
-			$dist = pow($dist,0.3);
+			$dist = pow($dist,0.1);
 
 			$new_sum = array_sum($pr);
 			foreach ($result as $usern) {