Skip to content

Commit

Permalink
fix altdr macro
Browse files Browse the repository at this point in the history
  • Loading branch information
AviationSFO committed May 10, 2022
1 parent 0fbe442 commit 521e0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/plugins/FlyWithLua/Scripts/ExportXP.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 521e0c9

Please sign in to comment.