| 277 | } |
| 278 | |
| 279 | void Player::setClientContext(ClientContextPtr clientContext) { |
| 280 | m_clientContext = std::move(clientContext); |
| 281 | if (m_clientContext && m_universeMap) |
| 282 | m_universeMap->setServerUuid(m_clientContext->serverUuid()); |
| 283 | } |
| 284 | |
| 285 | StatisticsPtr Player::statistics() const { |
| 286 | return m_statistics; |
no test coverage detected