Ignore:
Timestamp:
12/11/12 18:23:11 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Removed the check for the landing light from the condition for the TAKEOFF stage (#143)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r349 r351  
    5656                aircraft.setStage(state, const.STAGE_PUSHANDTAXI)
    5757        elif stage==const.STAGE_PUSHANDTAXI or stage==const.STAGE_RTO:
    58             if state.landingLightsOn or state.strobeLightsOn:
     58            if state.strobeLightsOn:
    5959                aircraft.setStage(state, const.STAGE_TAKEOFF)
    6060        elif stage==const.STAGE_TAKEOFF:
Note: See TracChangeset for help on using the changeset viewer.