Adjusting new voice states

If you have changed voice status, make sure to re-apply them in /shared/ui_cfg/config_voice.lua :

Config.Voice.NameToProgress = {
    ['Shouting'] = 100,
    ['Normal'] = 50,
    ['Whisper'] = 25 
}

Last updated