From ee0f317791c1663c8a49af9c5002e18c1da5e4f3 Mon Sep 17 00:00:00 2001 From: Hans Acker <104778425+HansAcker@users.noreply.github.com> Date: Sat, 13 Jul 2024 06:35:21 +0200 Subject: [PATCH] pass Horizons/Odyssey flags in NavRoute The old workaround appears to be not needed anymore. EDDN accepts NavRoute with Horizons/Odyssey flags now. EDDiscovery, EDO Materials Helper and others also set these flags. --- plugins/eddn.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/plugins/eddn.py b/plugins/eddn.py index 2b2230363..0128f946e 100644 --- a/plugins/eddn.py +++ b/plugins/eddn.py @@ -1416,15 +1416,6 @@ def export_journal_navroute( ####################################################################### # Elisions ####################################################################### - # WORKAROUND WIP EDDN schema | 2021-10-17: This will reject with the Odyssey or Horizons flags present - if 'odyssey' in entry: - del entry['odyssey'] - - if 'horizons' in entry: - del entry['horizons'] - - # END WORKAROUND - # In case Frontier ever add any entry = filter_localised(entry) #######################################################################