diff --git a/GrepolisRemoteControl.user.js b/GrepolisRemoteControl.user.js index 4e12c8f..8984c4e 100644 --- a/GrepolisRemoteControl.user.js +++ b/GrepolisRemoteControl.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Grepolis Remote Control // @namespace http://tampermonkey.net/ -// @version 3.5.7 +// @version 3.5.8 // @description Polls grepo.haunter-pets.top for remote commands and executes them in-game (Multi-Player) // @author Dimitrios // @match https://*.grepolis.com/game/* @@ -253,7 +253,7 @@ if (farm.attributes.island_x !== ix || farm.attributes.island_y !== iy) return; relCollection.models.forEach(rel => { if (rel.attributes.farm_town_id === farm.attributes.id && - rel.attributes.relation_status >= 0) { + rel.attributes.relation_status >= 1) { farms.push({ farm_town_id: farm.attributes.id, farm_name: farm.attributes.name || '',