From db2e9b156a174c896a509ef8d3b21ae698cde1f7 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Sun, 19 Nov 2017 11:51:21 +0000 Subject: [PATCH] Don't cancel unsent events when re-logging Fixes #266 --- plugins/inara.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/inara.py b/plugins/inara.py index b767163a..85aac5bd 100644 --- a/plugins/inara.py +++ b/plugins/inara.py @@ -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