From 4c4511a66d912a3f0309d6ad5881bebf29673713 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 21 Jul 2020 15:29:23 +0100 Subject: [PATCH] plugins/eddb: Remove misleading comments about 'Only use CAPI...' This is needed for "not even running the game" CAPI update to be useful. --- plugins/eddb.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/eddb.py b/plugins/eddb.py index 4de25f05..e7b02da9 100644 --- a/plugins/eddb.py +++ b/plugins/eddb.py @@ -74,8 +74,6 @@ def cmdr_data(data, is_beta): this.station_marketid = data['commander']['docked'] and data['lastStarport']['id'] # 'eddb' is also the *default* Station provider if not config.get('station_provider') or config.get('station_provider') == 'eddb': - # Only use CAPI value if not yet set - # This is to avoid CAPI lagging causing incorrect value if data['commander']['docked']: this.station_link['text'] = data['lastStarport']['name'] elif data['lastStarport']['name'] and data['lastStarport']['name'] != "":