From de35b03e29feb6aaa189cb57e305523a878fcdbc Mon Sep 17 00:00:00 2001 From: Lanta Date: Wed, 22 Nov 2023 15:55:37 +0100 Subject: [PATCH] change in compare operator --- latestmatches.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latestmatches.php b/latestmatches.php index a9d71c5..5ee02ac 100644 --- a/latestmatches.php +++ b/latestmatches.php @@ -61,7 +61,7 @@ $ogDescription = "Dive into the detailed match stats of DTCH Clan in PUBG. Explo echo ""; echo ""; foreach ($players_matches as $match) { - if ($match['stats']['name'] === $selected_player) { + if ($match['stats']['name'] == $selected_player) { // if (isset($_GET['filter_by_match_type'])) {
Match DateGame ModeMatch TypeMapKillsDamage DealtTime Survivedwin Place