| 301 | } |
| 302 | |
| 303 | bool CServerBrowser::ValidateTypeName(const char *pTypeName) const |
| 304 | { |
| 305 | return ValidateIdentifier(pTypeName, CServerInfo::MAX_COMMUNITY_TYPE_LENGTH, "Type name", m_pConsole); |
| 306 | } |
| 307 | |
| 308 | int CServerBrowser::Players(const CServerInfo &Item) const |
| 309 | { |
no test coverage detected