From 24ad2f32ef5f3f79d792713d9c45e2ed32383e4d Mon Sep 17 00:00:00 2001 From: biglyderv Date: Tue, 28 Jan 2025 20:37:44 -0500 Subject: [PATCH] idk anymore --- docs/stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stats.php b/docs/stats.php index 1696476..0a39f57 100755 --- a/docs/stats.php +++ b/docs/stats.php @@ -70,7 +70,7 @@ foreach ($result as $userb) { $unb = $userb['username']; $prb = $prold[$unb]; - if ($prb < pow(1 / 1e6,1 - ($i / 50))) { + if ($prb < 1 /1e6) { continue; } }