From 38ba48c713aa430717965ed188a7b74fc1250bf4 Mon Sep 17 00:00:00 2001 From: Bernd Gollesch Date: Sun, 14 Jun 2020 17:58:45 +0200 Subject: [PATCH] added carrier data to CarrierJump event --- plugins/inara.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/inara.py b/plugins/inara.py index 7a576b00..ac643cd1 100644 --- a/plugins/inara.py +++ b/plugins/inara.py @@ -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']), ]))