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;