Desert_Main

This commit is contained in:
Lanta 2023-12-11 13:49:58 +01:00
parent d744b08524
commit 7a25adb61f
5 changed files with 25 additions and 41 deletions

View file

@ -44,19 +44,7 @@ $ogDescription = "Dive into the detailed match stats of DTCH Clan in PUBG. Explo
$mapNames = array(
"Baltic_Main" => "Erangel",
"Chimera_Main" => "Paramo",
"Desert_Main" => "Miramar",
"DihorOtok_Main" => "Vikendi",
"Erangel_Main" => "Erangel",
"Heaven_Main" => "Haven",
"Kiki_Main" => "Deston",
"Range_Main" => "Camp Jackal",
"Savage_Main" => "Sanhok",
"Summerland_Main" => "Karakin",
"Tiger_Main" => "Taego"
);
include './includes/mapsmap.php';
// Display the player's match stats
echo "<h2>Recent Matches for $selected_player</h2>";
echo "<table border='1' class='sortable'>";