10000
This commit is contained in:
parent
3bd28d0299
commit
f6be19e681
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,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'] > 0) { #skip all
|
||||
if ($key == 'all' && $player_data['matches'] < 1000) { #skip all
|
||||
continue;
|
||||
}
|
||||
if ($key == 'Intense' && $player_data['matches'] < 8) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue