Changes in src/mlx/fs.py [909:5df186bc203c:765:fc1433d4854f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/fs.py
r909 r765 62 62 if type in [const.SIM_MSFS9, const.SIM_MSFSX]: 63 63 return fsuipc.Simulator(connectionListener, connectAttempts = 3) 64 elif type in [const.SIM_XPLANE9, const.SIM_XPLANE10 , const.SIM_XPLANE11]:64 elif type in [const.SIM_XPLANE9, const.SIM_XPLANE10]: 65 65 return xplane.Simulator(connectionListener, connectAttempts = 3) 66 66 else: 67 "Only MS Flight Simulator 2004 and X or X-Plane 9 , 10 and 11are supported"67 "Only MS Flight Simulator 2004 and X or X-Plane 9 and 10 are supported" 68 68 69 69 #-------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.