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

Handle pointless change to the ShipyardNew event

This commit is contained in:
Jonathan Harris 2018-02-27 23:05:34 +00:00
parent 94e9ff64cc
commit 8b53b25a86

View File

@ -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