mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-02-05 10:10:30 +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;
|
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++)
|
for (int iClient = 0; iClient < m_nMaxPlayers; iClient++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user