Changeset 1107:5f0d48ebebc3
- Timestamp:
- 09/19/23 11:06:57 (14 months ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/checks.py
r1073 r1107 53 53 elif stage==const.STAGE_BOARDING: 54 54 if not state.parking or \ 55 (not state.trickMode and state.groundSpeed>5.0): 55 (not state.trickMode and state.groundSpeed>5.0) or \ 56 (flight.departureGateIsTaxiThrough and state.antiCollisionLightsOn): 56 57 aircraft.setStage(state, const.STAGE_PUSHANDTAXI) 57 58 elif stage==const.STAGE_TAKEOFF:
Note:
See TracChangeset
for help on using the changeset viewer.