mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-21 18:47:14 +00:00
A little change
+Changed the Automation request timer to one second
This commit is contained in:
@@ -7,7 +7,7 @@ automation();
|
|||||||
function automation() {
|
function automation() {
|
||||||
this.xhttp.open("GET", "GameEngine/Automation.php", true);
|
this.xhttp.open("GET", "GameEngine/Automation.php", true);
|
||||||
this.xhttp.send();
|
this.xhttp.send();
|
||||||
setTimeout(function(){ automation(); }, 1500);
|
setTimeout(function(){ automation(); }, 1000);
|
||||||
}
|
}
|
||||||
function gb(){return hb('height');}
|
function gb(){return hb('height');}
|
||||||
function ib(){return hb('width');}
|
function ib(){return hb('width');}
|
||||||
|
|||||||
Reference in New Issue
Block a user