idk anymore
This commit is contained in:
parent
b27c22fdef
commit
24ad2f32ef
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
foreach ($result as $userb) {
|
foreach ($result as $userb) {
|
||||||
$unb = $userb['username'];
|
$unb = $userb['username'];
|
||||||
$prb = $prold[$unb];
|
$prb = $prold[$unb];
|
||||||
if ($prb < pow(1 / 1e6,1 - ($i / 50))) {
|
if ($prb < 1 /1e6) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue