Ignore:
Timestamp:
06/01/12 17:24:26 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added support for flying without logging in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r211 r215  
    8989        # queried from it, so the model should have a reference to the GUI as
    9090        # well and access such data via the GUI!
    91         if config.onlineACARS and not flight.entranceExam:
     91        if config.onlineACARS and flight.loggedIn and not flight.entranceExam:
    9292            self._checkers.append(checks.ACARSSender(flight._gui))
    9393
     
    214214                config = flight.config
    215215                if config.onlineGateSystem and \
     216                   flight.loggedIn and \
    216217                   not flight.entranceExam and \
    217218                   bookedFlight.arrivalICAO=="LHBP" and \
Note: See TracChangeset for help on using the changeset viewer.