Skip to content

Fixed: the local player's "talking" status wasn't cleared when the server disabled voice chat.

If the server disabled voice chat via sv_allowvoicechat 0 while the local player was talking, their "talking" status didn't get disabled as it was supposed to. This fix ensures that their status gets cleared whenever the VoIP controller is deactivated.

Merge request reports