Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlada committed Dec 28, 2020
1 parent f5163e2 commit e738f18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Boeing.ThrustModeDisplay.prototype.getText = (phase, mode) => {
}
} else if (phase <= FlightPhase.FLIGHT_PHASE_CRUISE) {
text = 'CRZ';
} else if (phase <= FlightPhase.FLIGHT_PHASE_DESCENT) {
text = 'DES';
}
return text;
};
4 changes: 2 additions & 2 deletions layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@
},
{
"path": "html_ui/Pages/VCockpit/Instruments/Airliners/Shared/Boeing/Heavy_Boeing_Common.js",
"size": 577,
"date": 132535965503959462
"size": 502,
"date": 132536098042988084
},
{
"path": "SimObjects/Airplanes/Asobo_B747_8i/approach.FLT",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"OlderHistory": ""
}
},
"total_package_size": "00000000000000701522"
"total_package_size": "00000000000000701447"
}

0 comments on commit e738f18

Please sign in to comment.