| 139 | } |
| 140 | |
| 141 | Maybe<pair<WarpAction, WarpMode>> SystemWorldServerThread::clientWarpAction(ConnectionId clientId) { |
| 142 | ReadLocker locker(m_queueMutex); |
| 143 | if (m_clientShipDestinations.contains(clientId)) |
| 144 | return {}; |
| 145 | return m_clientWarpActions.maybe(clientId); |
| 146 | } |
| 147 | |
| 148 | SkyParameters SystemWorldServerThread::clientSkyParameters(ConnectionId clientId) { |
| 149 | ReadLocker locker(m_queueMutex); |