From 0ad68828836533cca953e642dd23e592b40ba941 Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Thu, 24 Jul 2025 23:26:42 -0400 Subject: [PATCH] One more reversal in HUD 0 to 1 --- src/k_hud.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_hud.cpp b/src/k_hud.cpp index be03cf02a..683117cab 100644 --- a/src/k_hud.cpp +++ b/src/k_hud.cpp @@ -2967,7 +2967,7 @@ void PositionFacesInfo::draw_1p() } // Voice speaking indicator - if (netgame && !players[rankplayer[i]].bot && cv_voice_allowservervoice.value == 0) + if (netgame && !players[rankplayer[i]].bot && cv_voice_allowservervoice.value == 1) { patch_t *voxmic; if (S_IsPlayerVoiceActive(rankplayer[i]))