Ignore:
Timestamp:
05/22/16 06:32:47 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The FSX variant of the DA fokker is also realized (re #294)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fsuipc.py

    r766 r780  
    18971897        return aircraft.type == const.AIRCRAFT_F70 and \
    18981898               (airPath.endswith("fokker70_2k4_v4.1.air") or
    1899                 airPath.endswith("fokker70_2k4_v4.3.air"))
     1899                airPath.endswith("fokker70_2k4_v4.3.air") or
     1900                airPath.lower().endswith("fokker70_fsx_v4.3.air"))
    19001901
    19011902    @property
Note: See TracChangeset for help on using the changeset viewer.