mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboExperiments.git
synced 2026-06-16 13:16:37 +00:00
see if this fixes wod
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user