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