From f4dc64ce5bd4c6d55c9af612755af3bf16a097e7 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 22 Apr 2024 15:40:25 -0400 Subject: [PATCH] Fix --- commands/games-sp/akinator.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/games-sp/akinator.js b/commands/games-sp/akinator.js index fee94c94..9d626bdf 100644 --- a/commands/games-sp/akinator.js +++ b/commands/games-sp/akinator.js @@ -63,7 +63,9 @@ module.exports = class AkinatorCommand extends Command { await aki.start(); } else if (wentBack) { wentBack = false; - } else if (!guessedLastTurn) { + } else if (guessedLastTurn) { + guessedLastTurn = false; + } else { await aki.step(ans); } if (aki.guessed) {