mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-13 12:50:37 -05:00
Fix disabling chat emote only mode attempting to send chat messages
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user