diff --git a/discord/report_new_matches.ps1 b/discord/report_new_matches.ps1 index bce9eb8..d8a1396 100644 --- a/discord/report_new_matches.ps1 +++ b/discord/report_new_matches.ps1 @@ -48,7 +48,7 @@ function send-discord { } $map_map = @{ - "Baltic_Main" = "Erangel (Remastered)" + "Baltic_Main" = "Erangel" "Chimera_Main" = "Paramo" "Desert_Main" = "Miramar" "DihorOtok_Main" = "Vikendi" diff --git a/latestmatches.php b/latestmatches.php index c94dac8..a151365 100644 --- a/latestmatches.php +++ b/latestmatches.php @@ -36,7 +36,7 @@ error_reporting(E_ALL); $selected_player = $_POST['selected_player'] ?? $players_matches[0]['playername']; $mapNames = array( - "Baltic_Main" => "Erangel (Remastered)", + "Baltic_Main" => "Erangel", "Chimera_Main" => "Paramo", "Desert_Main" => "Miramar", "DihorOtok_Main" => "Vikendi",