1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

added carrier data to CarrierJump event

This commit is contained in:
Bernd Gollesch 2020-06-14 17:58:45 +02:00 committed by Athanasius
parent 098613ea0a
commit 38ba48c713

View File

@ -382,6 +382,8 @@ def journal_entry(cmdr, is_beta, system, station, entry, state):
add_event('addCommanderTravelCarrierJump', entry['timestamp'],
OrderedDict([
('starsystemName', entry['StarSystem']),
('stationName', entry['StationName']),
('marketID', entry['MarketID']),
('shipType', state['ShipType']),
('shipGameID', state['ShipID']),
]))