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

Don't cancel unsent events when re-logging

Fixes #266
This commit is contained in:
Jonathan Harris 2017-11-19 11:51:21 +00:00
parent 44f3025cc6
commit db2e9b156a

View File

@ -144,7 +144,6 @@ def journal_entry(cmdr, is_beta, system, station, entry, state):
if entry['event'] == 'LoadGame':
# clear cached state
this.events = []
this.undocked = False
this.suppress_docked = False
this.cargo = None