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

Changed the condition (re #166)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r394 r397  
    10771077                 state.landingLightsOn and state.altitude>12500) or \
    10781078                (flight.stage==const.STAGE_LANDING and \
    1079                  not state.landingLightsOn and state.onTheGround) or \
     1079                 not state.landingLightsOn and not state.onTheGround) or \
    10801080                (flight.stage==const.STAGE_PARKING and \
    10811081                 state.landingLightsOn and state.onTheGround))
Note: See TracChangeset for help on using the changeset viewer.