From 857ebd0bfddee7448b60a9af2c0d7e8bb02feb08 Mon Sep 17 00:00:00 2001 From: nerkub <68150107+nerkub@users.noreply.github.com> Date: Wed, 20 Oct 2021 22:18:51 +0200 Subject: [PATCH] Update export.lua MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix für viper Update 2.7.x --- Mods/tech/mdc/export.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Mods/tech/mdc/export.lua b/Mods/tech/mdc/export.lua index ced77e7..42f1df2 100644 --- a/Mods/tech/mdc/export.lua +++ b/Mods/tech/mdc/export.lua @@ -503,6 +503,7 @@ programF16Flightplan = function(time) pushButton(buttons.ICP_RTN) pushButton(buttons.ICP_4) -- STPT pushButton(buttons.ICP_DN) + pushButton(buttons.ICP_DN) for i, wp in ipairs(mdc.waypoints) do log("Add Waypoint ... " .. wp.cdu)