diff --git a/Resources/plugins/FlyWithLua/Scripts/ExportXP.lua b/Resources/plugins/FlyWithLua/Scripts/ExportXP.lua index 3d56c52..52a460d 100644 --- a/Resources/plugins/FlyWithLua/Scripts/ExportXP.lua +++ b/Resources/plugins/FlyWithLua/Scripts/ExportXP.lua @@ -26,7 +26,7 @@ local function change_dr() end add_macro("Toggle ExportXP", "active = true", "active = false", "deactivate") -add_macro("ExportXP - Alternate Dataref Source", "change_dr()", "change_dr()", "deactivate") +add_macro("ExportXP - Alternate Dataref Source", "change_dr()") -- this function retrieves the current aircraft's data and stores it in a table -- from X-Plane's API for later export