From 5cb941078d1c034f61974e138b94f6275b8948aa Mon Sep 17 00:00:00 2001 From: A_D Date: Tue, 5 Oct 2021 16:03:39 +0200 Subject: [PATCH] fix legacy capidata --- plugin/legacy_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/legacy_plugin.py b/plugin/legacy_plugin.py index 05c3ac1483..20d1117fbe 100644 --- a/plugin/legacy_plugin.py +++ b/plugin/legacy_plugin.py @@ -52,7 +52,7 @@ # 'core.preferences_closed': 'prefs_changed', event.EDMCPluginEvents.JOURNAL_ENTRY: lambda e, s: (s.commander, s.is_beta, s.system, s.station, e.data, s.state), # 'core.dashboard_entry': 'dashboard_entry', - # 'core.commander_data': 'cmdr_data', + event.EDMCPluginEvents.CAPI_DATA: lambda e, s: (e.data, s.is_beta), # 'inara.notify_ship': 'inara_notify_ship', # 'inara.notify_location': 'inara_notify_location',