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:
parent
29b69745f3
commit
98f215e6ad
@ -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
|
||||
#######################################################################
|
||||
|
||||
#######################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user