Ignore:
Timestamp:
08/17/13 08:37:50 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The Project Tupolev Tu-154 is detected on FSX as well and the transponder state is not checked (re #208)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r525 r529  
    6565            elif not state.landingLightsOn and \
    6666                 (state.strobeLightsOn is False or
    67                   (state.strobeLightsOn is None and not state.xpdrC)) and \
     67                  (state.strobeLightsOn is None and state.xpdrC is False)) and \
    6868                 state.onTheGround and \
    6969                 state.groundSpeed<50.0:
Note: See TracChangeset for help on using the changeset viewer.