A little change

+Changed the Automation request timer to one second
This commit is contained in:
iopietro
2018-05-22 23:50:27 +02:00
parent f41666cabc
commit e70d0ff619
+1 -1
View File
@@ -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');}