From b7bf1cf9eabac3cd6d3d280c27a4923b04ba3e4a Mon Sep 17 00:00:00 2001 From: haunter Date: Fri, 24 Apr 2026 22:16:06 +0300 Subject: [PATCH] fix farm numbers --- GrepolisRemoteControl.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 || '',