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'];