(fix/TTS) fix error for awesome_wotlk users without C_VoiceChat
This commit is contained in:
+1
-1
@@ -2857,7 +2857,7 @@ Private.send_chat_message_types = {
|
|||||||
|
|
||||||
Private.tts_voices = {}
|
Private.tts_voices = {}
|
||||||
|
|
||||||
if WeakAuras.IsAwesomeEnabled() then
|
if WeakAuras.IsAwesomeEnabled() == 2 then
|
||||||
|
|
||||||
Private.send_chat_message_types.TTS = L["Text-to-speech"]
|
Private.send_chat_message_types.TTS = L["Text-to-speech"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user