mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-27 14:08:00 +03:00
Wrong checking CanPlayerHearPlayer (#194)
This commit is contained in:
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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user