| 238 | } |
| 239 | |
| 240 | String UniverseServer::adminCommand(String text) { |
| 241 | String command = text.extract(); |
| 242 | return m_commandProcessor->adminCommand(command, text); |
| 243 | } |
| 244 | |
| 245 | bool UniverseServer::isAdmin(ConnectionId clientId) const { |
| 246 | ReadLocker clientsLocker(m_clientsLock); |