From f9b854504b98539fca8c3ee732d95aa5dc696b6d Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Wed, 22 Nov 2023 15:20:22 +0100 Subject: [PATCH] fix --- latestmatches.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "

Recent Matches for $selected_player

"; echo "";