| 47 | } |
| 48 | |
| 49 | SystemLocation SystemWorldServer::clientShipLocation(ConnectionId clientId) const { |
| 50 | return m_ships.get(m_clientShips.get(clientId))->systemLocation(); |
| 51 | } |
| 52 | |
| 53 | Maybe<pair<WarpAction, WarpMode>> SystemWorldServer::clientWarpAction(ConnectionId clientId) const { |
| 54 | auto ship = m_ships.get(m_clientShips.get(clientId)); |
no test coverage detected