This commit is contained in:
Dragon Fire
2024-04-22 15:53:06 -04:00
parent f128099e87
commit 770fe2c4ab
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -57,6 +57,7 @@ class Akinator {
this.currentStep++;
this.progress = body.progression;
this.question = body.question;
if (!this.question) this.akiWin = false;
return this;
}