From 6a58748cd10c855b089f9bcf14c639a116d91f12 Mon Sep 17 00:00:00 2001 From: Thomas <72444570+Applevangelist@users.noreply.github.com> Date: Mon, 12 Jun 2023 06:27:52 +0200 Subject: [PATCH] Airbase (#1954) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * #UTILS * Sinai TIme * fix * Update Airbase.lua Corrected enumerator for Ben-Gurion (Ben_Gurion) * Update Airbase.lua (#1957) Deleted raj al … airbases #1955 --- Moose Development/Moose/Wrapper/Airbase.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Moose Development/Moose/Wrapper/Airbase.lua b/Moose Development/Moose/Wrapper/Airbase.lua index 4aeb5b21b..2ad137c49 100644 --- a/Moose Development/Moose/Wrapper/Airbase.lua +++ b/Moose Development/Moose/Wrapper/Airbase.lua @@ -467,8 +467,8 @@ AIRBASE.TheChannel = { -- * AIRBASE.Syria.H3_Northwest -- * AIRBASE.Syria.H3_Southwest -- * AIRBASE.Syria.Kharab_Ishk --- * AIRBASE.Syria.Raj_al_Issa_East --- * AIRBASE.Syria.Raj_al_Issa_West +-- * AIRBASE.Syria.Raj_al_Issa_East (deleted by ED) +-- * AIRBASE.Syria.Raj_al_Issa_West (deleted by ED) -- * AIRBASE.Syria.Ruwayshid -- * AIRBASE.Syria.Sanliurfa -- * AIRBASE.Syria.Tal_Siman @@ -532,8 +532,8 @@ AIRBASE.Syria={ ["H3_Northwest"]="H3 Northwest", ["H3_Southwest"]="H3 Southwest", ["Kharab_Ishk"]="Kharab Ishk", - ["Raj_al_Issa_East"]="Raj al Issa East", - ["Raj_al_Issa_West"]="Raj al Issa West", + -- ["Raj_al_Issa_East"]="Raj al Issa East", + -- ["Raj_al_Issa_West"]="Raj al Issa West", ["Ruwayshid"]="Ruwayshid", ["Sanliurfa"]="Sanliurfa", ["Tal_Siman"]="Tal Siman", @@ -679,7 +679,7 @@ AIRBASE.Sinai = { ["Tel_Nof"] = "Tel Nof", ["Abu_Rudeis"] = "Abu Rudeis", ["Inshas_Airbase"] = "Inshas Airbase", - ["Ben-Gurion"] = "Ben-Gurion", + ["Ben_Gurion"] = "Ben-Gurion", ["Bir_Hasanah"] = "Bir Hasanah", ["Cairo_West"] = "Cairo West", }