(fix/TTS) fix error for awesome_wotlk users without C_VoiceChat

This commit is contained in:
NoM0Re 2025-08-25 22:45:30 +02:00
parent 2752f0a53c
commit a9c7f01830

View file

@ -2857,7 +2857,7 @@ Private.send_chat_message_types = {
Private.tts_voices = {}
if WeakAuras.IsAwesomeEnabled() then
if WeakAuras.IsAwesomeEnabled() == 2 then
Private.send_chat_message_types.TTS = L["Text-to-speech"]