(fix/TTS) fix error for awesome_wotlk users without C_VoiceChat
This commit is contained in:
parent
2752f0a53c
commit
a9c7f01830
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue