Missed a reversal

I sure hope there's not one of these for allowservervoice too...
This commit is contained in:
VelocitOni 2025-07-24 23:12:50 -04:00
parent 1881208d5f
commit 3e194b1a28

View file

@ -2832,7 +2832,7 @@ void VoiceSelfDeafen_OnChange(void)
if (M_CheckParm("-novoice") || M_CheckParm("-noaudio"))
return;
g_voice_disabled = !cv_voice_selfdeafen.value;
g_voice_disabled = cv_voice_selfdeafen.value;
weaponPrefChange(0);
}