Ignore:
Timestamp:
07/26/16 17:27:46 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The booked flight is passed to the aircraft created.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/flight.py

    r777 r798  
    56465646    def _connectSimulator(self, simulatorType):
    56475647        """Connect to the simulator."""
    5648         self.gui.connectSimulator(self._bookedFlight.aircraftType,
    5649                                   simulatorType)
     5648        self.gui.connectSimulator(self._bookedFlight, simulatorType)
    56505649
    56515650    def _arrivalMETARCallback(self, returned, result):
Note: See TracChangeset for help on using the changeset viewer.