From 2b8b9f92afb051ab75094eb5e2a436a16495bf90 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Wed, 27 Sep 2023 15:32:03 +0200 Subject: [PATCH] erengel --- discord/report_new_matches.ps1 | 2 +- latestmatches.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",