ca502 math

This commit is contained in:
biglyderv 2025-01-25 10:23:20 -05:00
parent b9bbde102f
commit 8e334458f3

View file

@ -36,7 +36,7 @@
$dst = count($stmt->fetchAll(PDO::FETCH_DEFAULT)); $dst = count($stmt->fetchAll(PDO::FETCH_DEFAULT));
$pr[$usern['username']] += $pr[$fn] / ($dst + 10) / 5; $pr[$usern['username']] += $pr[$fn] / ($dst + 10) / 10;
} }
} }