From 8f228ec8d91d528be3c72200f5f674058abce31e Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sat, 4 Jun 2022 21:00:32 +0200
Subject: [PATCH] Fix typo

---
 app.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app.js b/app.js
index 09d7815..bb16537 100644
--- a/app.js
+++ b/app.js
@@ -457,7 +457,7 @@ let curMoves = [],
 const afterPlay = (move_s) => {
   const callbackAfterSend = () => {
     curMoves = [];
-    const result = vr.getCurrentScore(move);
+    const result = vr.getCurrentScore(move_s);
     if (result != "*") {
       setTimeout(() => {
         toggleVisible("gameStopped");
-- 
2.44.0