mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-24 02:47:40 +03:00
* monitor.on_foot is now monitor.state['on_foot'] as plugins need to access it. * EDDB:journal_entry() now stores that in this.on_foot to check later. * this.on_foot checked in cmdr_data() to actually set station name from that data if needs be. This avoids setting it to STATION_UNDOCKED if data['commander']['docked'] is False, when we're on_foot.