Open LouDnl opened 9 years ago
I'm getting complaints (and noticed myself) that the global voice chat blocking isn't working. People are still able to talk in global which is very annoyting. In my mission you did it like this (so side chat is also blocked): https://github.com/LouDnl/ArmA3_Wasteland.Altis/blob/NL-United/client/functions/fn_voiceChatControl.sqf
A3W_disableGlobalVoice = 1; is set in my main_config.sqf.
This is definetly an issue. Noticed it today again.
If you can tell me how to reproduce it, I will look into it, because everything is fine on my end.
I'm getting complaints (and noticed myself) that the global voice chat blocking isn't working. People are still able to talk in global which is very annoyting. In my mission you did it like this (so side chat is also blocked): https://github.com/LouDnl/ArmA3_Wasteland.Altis/blob/NL-United/client/functions/fn_voiceChatControl.sqf
A3W_disableGlobalVoice = 1; is set in my main_config.sqf.