From f6be19e681afeeddd84399cbea88d32a67e6782b Mon Sep 17 00:00:00 2001 From: Lanta Date: Wed, 17 Jul 2024 16:36:13 +0200 Subject: [PATCH] 10000 --- last_stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/last_stats.php b/last_stats.php index 43adfc0..dc0c6ef 100644 --- a/last_stats.php +++ b/last_stats.php @@ -65,7 +65,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'] > 0) { #skip all + if ($key == 'all' && $player_data['matches'] < 1000) { #skip all continue; } if ($key == 'Intense' && $player_data['matches'] < 8) {