From e14819797158ddced315aa3456fc491d5a695763 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 18 Oct 2021 12:08:32 +0100 Subject: [PATCH] Revert "EDDN: use this.odyssey for Journal outfitting and shipyard" This reverts commit 4fef4257bd00376f45e94a35db925c0fbb58b267. --- plugins/eddn.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/eddn.py b/plugins/eddn.py index 07071a32..70657136 100644 --- a/plugins/eddn.py +++ b/plugins/eddn.py @@ -595,7 +595,7 @@ Msg:\n{msg}''' ('marketId', entry['MarketID']), ('horizons', this.horizons), ('modules', outfitting), - ('odyssey', this.odyssey), + ('odyssey', entry['odyssey']) ]), }) @@ -628,7 +628,7 @@ Msg:\n{msg}''' ('marketId', entry['MarketID']), ('horizons', this.horizons), ('ships', shipyard), - ('odyssey', this.odyssey), + ('odyssey', entry['odyssey']) ]), })