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:
parent
b3419ec548
commit
4fef4257bd
@ -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),
|
||||
]),
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user