skipp all
This commit is contained in:
parent
29ffb7723f
commit
3bd28d0299
1 changed files with 3 additions and 3 deletions
|
|
@ -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'] > 0) { #skip all
|
||||||
// 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