Ignore:
Timestamp:
12/16/18 09:53:06 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
version_0.39_maint
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Explicit support for X-Plane 11.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fs.py

    r765 r909  
    6262    if type in [const.SIM_MSFS9, const.SIM_MSFSX]:
    6363        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]:
    6565        return xplane.Simulator(connectionListener, connectAttempts = 3)
    6666    else:
    67         "Only MS Flight Simulator 2004 and X or X-Plane 9 and 10 are supported"
     67        "Only MS Flight Simulator 2004 and X or X-Plane 9, 10 and 11 are supported"
    6868
    6969#-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.