Skip to content

Commit

Permalink
Merge pull request #29 from Heriyadi235/main
Browse files Browse the repository at this point in the history
bug fix and radio and langding light adjust
  • Loading branch information
Heriyadi235 authored May 4, 2023
2 parents 2072be3 + 8a02b9a commit ef02327
Show file tree
Hide file tree
Showing 7 changed files with 17,834 additions and 54,890 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public partial class FWSWarningData : UdonSharpBehaviour

public void MonitorConfig()
{
if (FWS.SaccAirVehicle.ThrottleInput == 1 && FWS.SaccAirVehicle.Taxiing)
if (FWS.Engine1.n1== FWS.Engine1.takeOffN1 && FWS.Engine2.n1 == FWS.Engine2.takeOffN1 && FWS.SaccAirVehicle.Taxiing)
{
setWarningMessageVisableValue(ref FLAPS_NOT_IN_TAKEOFF_CONFIG.IsVisable, !(FWS.Flaps.detentIndex == 1 | FWS.Flaps.detentIndex == 2), true);
setWarningMessageVisableValue(ref PARK_BRAKE_ON.IsVisable, FWS.Brake.ParkBreakSet, true);
Expand Down
Loading

0 comments on commit ef02327

Please # to comment.