Wrong checking CanPlayerHearPlayer (#194)

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

View File

@ -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++)
{