diff --git a/fxmanifest.lua b/fxmanifest.lua index d73763c..7f3ec58 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -55,7 +55,7 @@ convar_category 'PMA-Voice' { { "Voice phone volume", "$voice_defaultPhoneVolume", "CV_INT", "60" }, { "Enable radios", "$voice_enableRadios", "CV_INT", "1" }, { "Enable phones", "$voice_enablePhones", "CV_INT", "1" }, - { "Enable sublix", "$voice_enableSubmix", "CV_INT", "1" }, + { "Enable submix", "$voice_enableSubmix", "CV_INT", "1" }, { "Enable radio animation", "$voice_enableRadioAnim", "CV_INT", "0" }, { "Radio key", "$voice_defaultRadio", "CV_STRING", "LALT" }, { "UI refresh rate", "$voice_uiRefreshRate", "CV_INT", "200" },