Ignore:
Timestamp:
05/12/13 08:55:47 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
xplane
Phase:
public
Message:

The latest version of the FlyJSim Dash-8 Q400 is detected properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/xplane.py

    r500 r505  
    17451745        return aircraft.type==const.AIRCRAFT_DH8D and \
    17461746          description.find("Dash 8 Q400")!=-1 and \
    1747           ((author=="2012" and tailnum=="N62890") or \
     1747          ((author in ["2012", "2013"] and tailnum=="N62890") or \
    17481748           author.find("Jack Skieczius")!=-1)
    17491749
Note: See TracChangeset for help on using the changeset viewer.