Skip to content

Commit

Permalink
fix legacy capidata
Browse files Browse the repository at this point in the history
  • Loading branch information
A-UNDERSCORE-D committed Oct 5, 2021
1 parent c7e2483 commit 5cb9410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/legacy_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5cb9410

Please sign in to comment.