Skip to content

Commit

Permalink
Correct throttle number typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rthom91 authored Nov 12, 2024
1 parent 305d6af commit 02f97f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbw-a380x/src/systems/systems-host/systems/LegacyFwc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export class LegacyFwc {
const eng3MCL = eng3TLA > 22.9;
const eng3SupMCT = !(eng3TLA < 36.7);

const eng4TLA = SimVar.GetSimVarValue('L:A32NX_AUTOTHRUST_TLA:5', 'number');
const eng4TLA = SimVar.GetSimVarValue('L:A32NX_AUTOTHRUST_TLA:4', 'number');
const eng4TLAFTO = eng1TLAFTO; // until we have proper FADECs
const eng4MCT = eng3TLA > 33.3 && eng3TLA < 36.7;
const eng4TLAFullPwr = eng3TLA > 43.3;
Expand Down

0 comments on commit 02f97f0

Please sign in to comment.