From 3bd28d02994f9b14500b290a736418a5de4c53e9 Mon Sep 17 00:00:00 2001 From: Lanta Date: Wed, 17 Jul 2024 16:35:30 +0200 Subject: [PATCH] skipp all --- last_stats.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/last_stats.php b/last_stats.php index f9e123a..43adfc0 100644 --- a/last_stats.php +++ b/last_stats.php @@ -65,9 +65,9 @@ $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'] < 20) { - // continue; - // } + if ($key == 'all' && $player_data['matches'] > 0) { #skip all + continue; + } if ($key == 'Intense' && $player_data['matches'] < 8) { continue; }