/ ‘grepolis.user.js’
This commit is contained in:
parent
0c84487339
commit
0d58422271
@ -10,7 +10,7 @@
|
||||
//
|
||||
// @match http://*.grepolis.com/game/*
|
||||
//
|
||||
// @version 1.1.53
|
||||
// @version 1.1.54
|
||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
@ -82,7 +82,7 @@
|
||||
for(var town_id in farm_ids) {
|
||||
console.log("prepare town " + town_id);
|
||||
townCount++;
|
||||
getFarmsFor(town_id, townCount);
|
||||
//getFarmsFor(town_id, townCount);
|
||||
}
|
||||
|
||||
setTimeout(function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user