From 8b53b25a862ab3bdddfca426accea2cdbdd5e51b Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Tue, 27 Feb 2018 23:05:34 +0000 Subject: [PATCH] Handle pointless change to the ShipyardNew event --- plugins/inara.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inara.py b/plugins/inara.py index 3ee5d031..f088b341 100644 --- a/plugins/inara.py +++ b/plugins/inara.py @@ -358,7 +358,7 @@ def journal_entry(cmdr, is_beta, system, station, entry, state): add_event('addCommanderShip', entry['timestamp'], OrderedDict([ ('shipType', state['ShipType']), - ('shipGameID', state['ShipID']), + ('shipGameID', state['NewShipID']), ])) this.shipswap = True # Want subsequent Loadout event to be sent immediately