see if this fixes wod

This commit is contained in:
Jacob Dubin
2026-04-18 17:44:41 -05:00
parent d568efcb08
commit 50c4c21e07
2 changed files with 4 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ public sealed class ResponsePlanToSocketMessagesMapper
}))
};
if (emitSkillActions && speak is not null && !isWordOfDayLaunch && !isWordOfDayGuess)
if (emitSkillActions && speak is not null)
{
messages.Add(new SocketReplyPlan(
JsonSerializer.Serialize(BuildSkillPayload(plan, turn, transId, speak, skill)),