diff --git a/latestmatches.php b/latestmatches.php index 29e4392..d5dc4c1 100644 --- a/latestmatches.php +++ b/latestmatches.php @@ -59,7 +59,7 @@ $ogDescription = "Dive into the detailed match stats of DTCH Clan in PUBG. Explo // Display the player's match stats foreach ($players_matches as $selected_match) { print_r($selected_match['stats']['name']); - if (isset($selected_match['stats']['name']) === $selected_player) { + if ($selected_match['stats']['name'] === $selected_player) { echo "