| 737 | } |
| 738 | #if SOURCE_ENGINE == SE_CSGO || SOURCE_ENGINE == SE_BLADE || SOURCE_ENGINE == SE_MCV |
| 739 | else if(m_QueryLang) |
| 740 | { |
| 741 | // Not a bot |
| 742 | pPlayer->m_LanguageCookie = g_ConVarManager.QueryClientConVar(pEntity, "cl_language", NULL, 0); |
| 743 | } |
| 744 | #endif |
| 745 | |
| 746 | if (playerinfo) |
nothing calls this directly
no test coverage detected