diff --git a/js_v7/input.js b/js_v7/input.js index 9cdae97..4bcf75e 100644 --- a/js_v7/input.js +++ b/js_v7/input.js @@ -125,13 +125,15 @@ function handleClickTap(x,y) { } if (gameState == 2 && canRestart) { - setTimeout(function(){ + setTimeout(function() { if(tweetblock) { tweetblock = false; return; } else{ - init(1); + if (gameState != 1) { + init(1); + } } return; }, 1000);