mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-08-18 15:04:05 +03:00
Missed an add_event call
This commit is contained in:
parent
dd85fc0504
commit
d5dd23ce38
@ -632,7 +632,7 @@ def journal_entry(cmdr: str, is_beta: bool, system: str, station: str, entry: Di
|
|||||||
|
|
||||||
# Selling / swapping ships
|
# Selling / swapping ships
|
||||||
if event_name == 'ShipyardNew':
|
if event_name == 'ShipyardNew':
|
||||||
add_event(
|
new_add_event(
|
||||||
'addCommanderShip',
|
'addCommanderShip',
|
||||||
entry['timestamp'],
|
entry['timestamp'],
|
||||||
{'shipType': entry['ShipType'], 'shipGameID': entry['NewShipID']}
|
{'shipType': entry['ShipType'], 'shipGameID': entry['NewShipID']}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user