/ ‘grepolis.user.js’

This commit is contained in:
Jan Bader 2014-06-04 19:12:55 +02:00
parent 0b42685d08
commit 864aa41ccd

View File

@ -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;