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