From 691e22a02895673bc0f5b45bef0ed79ed7af66c8 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Sat, 25 Jan 2025 10:09:14 -0500 Subject: [PATCH] increase gravity --- docs/stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stats.php b/docs/stats.php index 53f5a99..45af88d 100755 --- a/docs/stats.php +++ b/docs/stats.php @@ -18,7 +18,7 @@ $pr[$usern['username']] = 1; } - $dist = 2; + $dist = 5; for ($i = 0; $i < 25; $i++) { foreach ($result as $usern) {