Changeset 500:abafc04321b3
- Timestamp:
- 04/07/13 06:34:29 (12 years ago)
- Branch:
- xplane
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/xplane.py
r431 r500 503 503 (xplaneVersion, xplmVersion, xplraVersion) 504 504 if not autoReconnection: 505 fsType = const.SIM_XPLANE10 if xpl raVersion>=10000 else const.SIM_XPLANE9505 fsType = const.SIM_XPLANE10 if xplaneVersion>=10000 else const.SIM_XPLANE9 506 506 507 507 Handler._callSafe(lambda:
Note:
See TracChangeset
for help on using the changeset viewer.