Ignore:
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.