Changeset 780:d82cefc7d457
- Timestamp:
- 05/22/16 06:32:47 (9 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/fsuipc.py
r766 r780 1897 1897 return aircraft.type == const.AIRCRAFT_F70 and \ 1898 1898 (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")) 1900 1901 1901 1902 @property
Note:
See TracChangeset
for help on using the changeset viewer.