Ignore:
Timestamp:
05/05/12 11:40:28 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Made the sending of the closing message more reliable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r150 r152  
    202202                                    "Block time: " +
    203203                                    util.getTimeIntervalString(blockLength))
    204                 bookedFlight = self._flight.bookedFlight
    205                 # FIXME: translate the ICAO into an airport name
    206                 fs.sendMessage(const.MESSAGETYPE_ENVIRONMENT,
    207                                "Flight plan closed. Welcome to %s" % \
    208                                (bookedFlight.arrivalICAO,),
    209                                5)
    210204
    211205    def prepareFlare(self):
Note: See TracChangeset for help on using the changeset viewer.