skip all
This commit is contained in:
parent
f6be19e681
commit
373513cc6a
1 changed files with 4 additions and 1 deletions
|
|
@ -25,6 +25,9 @@ $ogDescription = "Explore detailed player statistics over the past month includi
|
|||
if ($key == 'updated') {
|
||||
continue;
|
||||
}
|
||||
if ($key == 'all') {
|
||||
continue;
|
||||
}
|
||||
|
||||
echo "<br>";
|
||||
// if ($key == 'all') {
|
||||
|
|
@ -65,7 +68,7 @@ $ogDescription = "Explore detailed player statistics over the past month includi
|
|||
continue; // Skip this iteration and move to the next
|
||||
}
|
||||
|
||||
if ($key == 'all' && $player_data['matches'] < 1000) { #skip all
|
||||
if ($key == 'all' && $player_data['matches'] < 20) {
|
||||
continue;
|
||||
}
|
||||
if ($key == 'Intense' && $player_data['matches'] < 8) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue