Ignore:
Timestamp:
08/08/15 07:42:56 (9 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added support for the antiCollisionLightsOn variable to be None (re #274).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r644 r661  
    962962        return (not flight.config.usingFS2Crew or not state.parking or
    963963                flight.stage!=const.STAGE_TAXIAFTERLAND) and \
    964                 not state.antiCollisionLightsOn and \
     964                state.antiCollisionLightsOn is False and \
    965965                self.isEngineCondition(state)
    966966
Note: See TracChangeset for help on using the changeset viewer.