From 7858067633b2524405a4dd63a765c591567b6805 Mon Sep 17 00:00:00 2001 From: thijs Date: Fri, 3 Nov 2023 10:53:45 +0100 Subject: [PATCH] typo --- last_stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/last_stats.php b/last_stats.php index 4c9dc21..1537818 100644 --- a/last_stats.php +++ b/last_stats.php @@ -55,7 +55,7 @@ error_reporting(E_ALL); continue; // Skip this iteration and move to the next } if ($player_data['matches'] < 10){ - continue + continue; } $player_name = $player_data['playername']; $deaths = number_format($player_data['deaths'], 2, ',', '');