From 68cd5729da93c15de895c510a4ae3c8c7a35c8af Mon Sep 17 00:00:00 2001 From: choelzl Date: Thu, 10 Feb 2022 11:04:04 +0100 Subject: [PATCH] WIP --- twitch/chatguessr.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/twitch/chatguessr.js b/twitch/chatguessr.js index 5f25e34..a70e61a 100644 --- a/twitch/chatguessr.js +++ b/twitch/chatguessr.js @@ -156,6 +156,8 @@ //Compute total scores + give reward }else{ $.setIniDbBoolean('chatguessr', 'isOpen',true) //NEW ROUD /Guess + guesses.round = seed.round - 1; + sendData('guesses',JSON.stringify(guesses)); } } seed = newseed;