Skip all and calculate KD per match #174

Merged
OpzekerIT merged 9 commits from dev into main 2024-07-17 14:39:09 +00:00
Showing only changes of commit 373513cc6a - Show all commits

View file

@ -25,6 +25,9 @@ $ogDescription = "Explore detailed player statistics over the past month includi
if ($key == 'updated') { if ($key == 'updated') {
continue; continue;
} }
if ($key == 'all') {
continue;
}
echo "<br>"; echo "<br>";
// if ($key == 'all') { // 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 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; continue;
} }
if ($key == 'Intense' && $player_data['matches'] < 8) { if ($key == 'Intense' && $player_data['matches'] < 8) {