mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-20 16:54:31 +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
|
||||
if event_name == 'ShipyardNew':
|
||||
add_event(
|
||||
new_add_event(
|
||||
'addCommanderShip',
|
||||
entry['timestamp'],
|
||||
{'shipType': entry['ShipType'], 'shipGameID': entry['NewShipID']}
|
||||
|
Loading…
x
Reference in New Issue
Block a user