Ignore:
Timestamp:
12/24/22 08:47:04 (16 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

New constant for X-Plane 12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fs.py

    r919 r1073  
    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, const.SIM_XPLANE11]:
     64    elif type in [const.SIM_XPLANE9, const.SIM_XPLANE10, const.SIM_XPLANE11,
     65                  const.SIM_XPLANE12]:
    6566        return xplane.Simulator(connectionListener, connectAttempts = 3)
    6667    else:
Note: See TracChangeset for help on using the changeset viewer.