Skip to content

Commit

Permalink
Merge pull request #2276 from HansAcker/eddn-nowip
Browse files Browse the repository at this point in the history
pass Horizons/Odyssey flags in NavRoute
  • Loading branch information
Rixxan authored Aug 26, 2024
2 parents 438d517 + ee0f317 commit 6bc29f0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions plugins/eddn.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
#######################################################################
Expand Down

0 comments on commit 6bc29f0

Please sign in to comment.