| 21 | } |
| 22 | |
| 23 | SystemLocation SystemWorldClient::shipLocation() const { |
| 24 | if (m_ship) |
| 25 | return m_ship->systemLocation(); |
| 26 | else |
| 27 | return {}; |
| 28 | } |
| 29 | |
| 30 | SystemLocation SystemWorldClient::shipDestination() const { |
| 31 | if (m_ship) |
no test coverage detected