From 81a171c2cd6c5d9a92d31d4e4b98da557b72296c Mon Sep 17 00:00:00 2001 From: John Zook Date: Sun, 11 Feb 2024 22:08:22 -0700 Subject: [PATCH] Fix cowl flap axis assignment Capitalization of Cowl flaps prevents assigning it as an axis. --- src/FlyWithLua.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FlyWithLua.cpp b/src/FlyWithLua.cpp index 5b26fd6..0402201 100644 --- a/src/FlyWithLua.cpp +++ b/src/FlyWithLua.cpp @@ -3103,7 +3103,7 @@ static int LuaSetAxisAssignment(lua_State* L) CommandRefIdWanted = 0; // instead we have a new function - else if (CommandWanted == "Cowl flaps") + else if (CommandWanted == "cowl flaps") CommandRefIdWanted = 39; // and nothing for the index value 40