all not necesery
This commit is contained in:
parent
98f327466d
commit
29ffb7723f
1 changed files with 6 additions and 6 deletions
|
|
@ -27,9 +27,9 @@ $ogDescription = "Explore detailed player statistics over the past month includi
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<br>";
|
echo "<br>";
|
||||||
if ($key == 'all') {
|
// if ($key == 'all') {
|
||||||
echo "Stats for $key (minimal 20 matches)";
|
// echo "Stats for $key (minimal 20 matches)";
|
||||||
}
|
// }
|
||||||
if ($key == 'Intense') {
|
if ($key == 'Intense') {
|
||||||
echo "Stats for $key (minimal 8 matches)";
|
echo "Stats for $key (minimal 8 matches)";
|
||||||
}
|
}
|
||||||
|
|
@ -65,9 +65,9 @@ $ogDescription = "Explore detailed player statistics over the past month includi
|
||||||
continue; // Skip this iteration and move to the next
|
continue; // Skip this iteration and move to the next
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($key == 'all' && $player_data['matches'] < 20) {
|
// if ($key == 'all' && $player_data['matches'] < 20) {
|
||||||
continue;
|
// continue;
|
||||||
}
|
// }
|
||||||
if ($key == 'Intense' && $player_data['matches'] < 8) {
|
if ($key == 'Intense' && $player_data['matches'] < 8) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue