From 8c5e3cf47b7a91bced2b35b8ba07344108de2c6b Mon Sep 17 00:00:00 2001 From: Sven Date: Sat, 12 Aug 2023 11:06:32 +0200 Subject: [PATCH] F-15E - V-Nr change after PR --- Scripts/DCS-BIOS/lib/F-15E.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/DCS-BIOS/lib/F-15E.lua b/Scripts/DCS-BIOS/lib/F-15E.lua index 0deaf3fb1..6285a3585 100644 --- a/Scripts/DCS-BIOS/lib/F-15E.lua +++ b/Scripts/DCS-BIOS/lib/F-15E.lua @@ -1,6 +1,6 @@ BIOS.protocol.beginModule("F-15E", 0x9200) BIOS.protocol.setExportModuleAircrafts({"F-15ESE"}) ---by WarLord,Maverick87Shaka&RafaPolit v1.1b +--by WarLord,Maverick87Shaka&RafaPolit v1.1c local inputProcessors = moduleBeingDefined.inputProcessors local documentation = moduleBeingDefined.documentation @@ -1227,4 +1227,4 @@ defineMultipositionSwitch("R_LCP_LASER_DIG_2", 44, 3071, 71, 3, 0.1, "Rear Laser defineMultipositionSwitch("R_LCP_LASER_DIG_3", 44, 3072, 72, 8, 0.1, "Rear Laser Code Panel", "REAR Laser Digit 3") defineMultipositionSwitch("R_LCP_LASER_DIG_4", 44, 3073, 73, 8, 0.1, "Rear Laser Code Panel", "REAR Laser Digit 4") -BIOS.protocol.endModule() +BIOS.protocol.endModule() \ No newline at end of file