From 3f82e335aa96a3af05f3e8f8bf68c4f9edcc7250 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Mon, 15 May 2023 18:56:46 +0200 Subject: [PATCH] add one more English mission name --- EDPlayerJournal/EnglishMissionNames.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EDPlayerJournal/EnglishMissionNames.cs b/EDPlayerJournal/EnglishMissionNames.cs index f89fe17..31d5d10 100644 --- a/EDPlayerJournal/EnglishMissionNames.cs +++ b/EDPlayerJournal/EnglishMissionNames.cs @@ -52,8 +52,9 @@ public class EnglishMissionNames { {"Mission_Delivery_Retreat_name", "Delivery (Retreat)"}, {"Mission_DeliveryWing_name", "Delivery (Wing)"}, {"Mission_DeliveryWing_War_name", "Delivery (Wing) (War)"}, - {"MISSION_Disable_name", "Disable Surface Installation" }, + {"Mission_Disable_BLOPS_Expansion_name", "Disable Surface Installation (Expansion) (Black Ops)" }, {"MISSION_Disable_BLOPS_name", "Disable Surface Installation (Black Ops)" }, + {"MISSION_Disable_name", "Disable Surface Installation" }, {"MISSION_Hack_name", "Hack Surface Installation" }, {"Mission_Hack_BLOPS_Boom_name", "Hack Surface Installation (Boom)"}, {"Mission_Hack_BLOPS_Elections_name", "Hack Surface Installation (Elections)"},