mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +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() {
|
||||
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');}
|
||||
|
||||
Reference in New Issue
Block a user