mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Missed a reversal
I sure hope there's not one of these for allowservervoice too...
This commit is contained in:
parent
1881208d5f
commit
3e194b1a28
1 changed files with 1 additions and 1 deletions
|
|
@ -2832,7 +2832,7 @@ void VoiceSelfDeafen_OnChange(void)
|
||||||
if (M_CheckParm("-novoice") || M_CheckParm("-noaudio"))
|
if (M_CheckParm("-novoice") || M_CheckParm("-noaudio"))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
g_voice_disabled = !cv_voice_selfdeafen.value;
|
g_voice_disabled = cv_voice_selfdeafen.value;
|
||||||
|
|
||||||
weaponPrefChange(0);
|
weaponPrefChange(0);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue