Fix: llm mime to set openthisturn to 0
This commit is contained in:
@ -257,6 +257,7 @@ func (b *Bot) BotMove() {
|
||||
if err != nil {
|
||||
b.log.Warn("failed to parse bot given limit", "mimeResp", mimeResp, "bot_name", b.BotName)
|
||||
}
|
||||
room.OpenedThisTurn = 0 // in case it is not
|
||||
room.ThisTurnLimit = uint8(guessLimitU64)
|
||||
if room.ThisTurnLimit == 0 {
|
||||
b.log.Warn("turn limit is 0", "mimeResp", mimeResp)
|
||||
|
Reference in New Issue
Block a user