From 32df38d85b3bb2dce8c225242bcbb3294cfd24bb Mon Sep 17 00:00:00 2001 From: choelzl Date: Wed, 9 Feb 2022 22:00:16 +0100 Subject: [PATCH] WIP --- twitch/chatguessr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitch/chatguessr.js b/twitch/chatguessr.js index 77a3d4a..0d13470 100644 --- a/twitch/chatguessr.js +++ b/twitch/chatguessr.js @@ -102,7 +102,7 @@ var score = calculateScore(distance, scale) guesses[current_round].push({ user:user, - location:location, + location:position, distance:distance, score:score, streak: 0,