| 116 | } |
| 117 | |
| 118 | bool WorldServerThread::hasClient(ConnectionId clientId) const { |
| 119 | RecursiveMutexLocker locker(m_mutex); |
| 120 | return m_clients.contains(clientId); |
| 121 | } |
| 122 | |
| 123 | bool WorldServerThread::noClients() const { |
| 124 | RecursiveMutexLocker locker(m_mutex); |