From 29ffb7723fbd585649c165b66f144fef6e3d91c0 Mon Sep 17 00:00:00 2001 From: Lanta Date: Wed, 17 Jul 2024 16:33:38 +0200 Subject: [PATCH] all not necesery --- last_stats.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/last_stats.php b/last_stats.php index 79bc9aa..f9e123a 100644 --- a/last_stats.php +++ b/last_stats.php @@ -27,9 +27,9 @@ $ogDescription = "Explore detailed player statistics over the past month includi } echo "
"; - if ($key == 'all') { - echo "Stats for $key (minimal 20 matches)"; - } + // if ($key == 'all') { + // echo "Stats for $key (minimal 20 matches)"; + // } if ($key == 'Intense') { echo "Stats for $key (minimal 8 matches)"; } @@ -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'] < 20) { + // continue; + // } if ($key == 'Intense' && $player_data['matches'] < 8) { continue; }