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,