Changeset 1129:c1d6da5e6378


Ignore:
Timestamp:
02/11/24 13:09:43 (3 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The 4K variant of the Zibo Boeing 737-800 model is detected properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/xplane.py

    r1122 r1129  
    18611861        (tailnum, author, description, notes, icao, liveryPath) = data
    18621862        return author=="Alex Unruh" and \
    1863             description=="Boeing 737-800X" and \
     1863            description.startswith("Boeing 737-800X") and \
    18641864            notes.startswith("ZIBOmod") and \
    18651865            icao=="B738"
Note: See TracChangeset for help on using the changeset viewer.