From 373513cc6a735c7c72db8c920f81851fef522f63 Mon Sep 17 00:00:00 2001 From: Lanta Date: Wed, 17 Jul 2024 16:37:27 +0200 Subject: [PATCH] skip all --- last_stats.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/last_stats.php b/last_stats.php index dc0c6ef..edc2d7e 100644 --- a/last_stats.php +++ b/last_stats.php @@ -25,6 +25,9 @@ $ogDescription = "Explore detailed player statistics over the past month includi if ($key == 'updated') { continue; } + if ($key == 'all') { + continue; + } echo "
"; // 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) {