diff --git a/grepolis.user.js b/grepolis.user.js index 6bdaefb..ab57390 100644 --- a/grepolis.user.js +++ b/grepolis.user.js @@ -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;