diff --git a/unx.js b/unx.js index b332ba08..cbd2eaca 100644 --- a/unx.js +++ b/unx.js @@ -7,7 +7,7 @@ automation(); function automation() { this.xhttp.open("GET", "GameEngine/Automation.php", true); this.xhttp.send(); - setTimeout(function(){ automation(); }, 1500); + setTimeout(function(){ automation(); }, 1000); } function gb(){return hb('height');} function ib(){return hb('width');}