| 1974 | { |
| 1975 | #else |
| 1976 | void CmdMaxplayersCallback() |
| 1977 | { |
| 1978 | #endif |
| 1979 | |
| 1980 | g_Players.MaxPlayersChanged(); |
| 1981 | } |
| 1982 | |
| 1983 | #if SOURCE_ENGINE == SE_CSGO || SOURCE_ENGINE == SE_BLADE || SOURCE_ENGINE == SE_MCV |
| 1984 | bool PlayerManager::HandleConVarQuery(QueryCvarCookie_t cookie, int client, EQueryCvarValueStatus result, const char *cvarName, const char *cvarValue) |
nothing calls this directly
no test coverage detected