/ ‘grepolis.user.js’
This commit is contained in:
parent
0b42685d08
commit
864aa41ccd
@ -10,7 +10,7 @@
|
||||
//
|
||||
// @match http://*.grepolis.com/game/*
|
||||
//
|
||||
// @version 1.0.49
|
||||
// @version 1.0.50
|
||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
@ -95,7 +95,7 @@
|
||||
var minutes = ts.substring(2,4);
|
||||
var seconds = minutes * 60 + ts.substring(5,7) * 1;
|
||||
|
||||
log("Farm " + xFarmId + " not ready, trying again in " + ts);
|
||||
log("Wait " + ts + " for Farm " + xFarmId);
|
||||
wnd.close();
|
||||
|
||||
timeout = seconds * 1000 + 1000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user