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]))