1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 17:12:21 +03:00

plugins/inara: Removed commented out inara_notify_location() code

This commit is contained in:
Athanasius 2020-07-21 15:25:38 +01:00
parent f7896f3b6a
commit e2c74ed11d

View File

@ -929,13 +929,6 @@ def update_location(event=None):
def inara_notify_location(eventData):
pass
# this.system = eventData.get('starsystemInaraURL')
# if config.get('system_provider') == 'Inara':
# # TODO: Bother with this? Just use systemaddress URL version when we detect it
# this.system_link['url'] = this.system # Override standard URL function
# this.station = eventData.get('stationInaraURL')
# if config.get('station_provider') == 'Inara':
# this.station_link['url'] = this.station or this.system # Override standard URL function
# Call inara_notify_ship() in interested plugins with Inara's response when changing ship
def update_ship(event=None):