Fix disabling chat emote only mode attempting to send chat messages

This commit is contained in:
WarmUpTill 2025-03-05 19:58:01 +01:00 committed by WarmUpTill
parent 37c398d37a
commit 9b609c118f

View File

@ -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;