From 37e212fdab08202e68fdf6e285f82a52e0144664 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Fri, 3 Nov 2023 14:21:38 +0100 Subject: [PATCH] 8 matches --- last_stats.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/last_stats.php b/last_stats.php index 1537818..43672dc 100644 --- a/last_stats.php +++ b/last_stats.php @@ -34,7 +34,7 @@ error_reporting(E_ALL); } echo "
"; - echo "Stats for $key (minimal 10 matches)"; + echo "Stats for $key (minimal 8 matches)"; echo ""; echo " @@ -54,7 +54,7 @@ error_reporting(E_ALL); if (!isset($player_data['playername']) || is_null($player_data['playername'])) { continue; // Skip this iteration and move to the next } - if ($player_data['matches'] < 10){ + if ($player_data['matches'] < 8){ continue; } $player_name = $player_data['playername'];
Playername