1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

EDDN: use this.odyssey for Journal outfitting and shipyard

For consistency with the horizons flag.  They *are* placed *from* the
`this` versions into `entry`, but we might as well go the direct route.
They have to be set explicitly here as we process the `entry` to make a
wholly new `message` rather than the `message` just being `entry` with
some changes.
This commit is contained in:
Athanasius 2021-10-17 16:20:46 +01:00
parent b3419ec548
commit 4fef4257bd
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

@ -575,7 +575,7 @@ Msg:\n{msg}'''
('marketId', entry['MarketID']),
('horizons', this.horizons),
('modules', outfitting),
('odyssey', entry['odyssey'])
('odyssey', this.odyssey),
]),
})
@ -604,7 +604,7 @@ Msg:\n{msg}'''
('marketId', entry['MarketID']),
('horizons', this.horizons),
('ships', shipyard),
('odyssey', entry['odyssey'])
('odyssey', this.odyssey),
]),
})