From fc970ca59eec60ae9abcae4ef995374d33756fd6 Mon Sep 17 00:00:00 2001 From: Lanta Date: Wed, 22 Nov 2023 15:06:58 +0100 Subject: [PATCH] $player --- latestmatches.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/latestmatches.php b/latestmatches.php index bebccf0..1349129 100644 --- a/latestmatches.php +++ b/latestmatches.php @@ -20,15 +20,15 @@ $ogDescription = "Dive into the detailed match stats of DTCH Clan in PUBG. Explo "; - foreach ($players_matches as $player_data) { - if (isset($player_data['playername'])) { - $player_name = $player_data['playername']; - echo ""; - } + foreach ($players['clanMembers'] as $player) { + + echo ""; + } echo "
"; $selected_player = $_GET['selected_player'] ?? $players_matches[0]['playername'];