mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-21 17:47:28 -05:00
Fix disabling chat emote only mode attempting to send chat messages
This commit is contained in:
parent
37c398d37a
commit
9b609c118f
|
|
@ -298,6 +298,7 @@ bool MacroActionTwitch::PerformAction()
|
|||
break;
|
||||
case Action::CHAT_EMOTE_ONLY_DISABLE:
|
||||
SetChatEmoteOnlyMode(token, false);
|
||||
break;
|
||||
case MacroActionTwitch::Action::SEND_CHAT_MESSAGE:
|
||||
SendChatMessage(token);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user