1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

EDDN: Remove horizons flag from navroute messages

As with `odyssey` this isn't currently in the not-yet-live schema.
This commit is contained in:
Athanasius 2021-10-17 16:46:11 +01:00
parent 29b69745f3
commit 98f215e6ad
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -929,9 +929,14 @@ Msg:\n{msg}'''
#######################################################################
# Elisions
#######################################################################
# WORKAROUND WIP EDDN schema | 2021-09-27: This will reject with the Odyssey flag present
# 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
#######################################################################
#######################################################################