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:
parent
94e9ff64cc
commit
8b53b25a86
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user