2
0
mirror of https://github.com/s1lentq/ReGameDLL_CS.git synced 2025-04-13 13:10:04 +03:00

Wrong checking CanPlayerHearPlayer ()

This commit is contained in:
s008nyx 2017-11-02 13:25:28 +03:00 committed by Dmitry Novikov
parent 1411eca4a0
commit d7170431ce

@ -154,7 +154,7 @@ void CVoiceGameMgr::UpdateMasks()
{
m_UpdateInterval = 0;
bool bAllTalk = sv_alltalk.value != 0.0f;
bool bAllTalk = sv_alltalk.value == 1.0f;
for (int iClient = 0; iClient < m_nMaxPlayers; iClient++)
{