diff --git a/src/lib/adopted-probes.ts b/src/lib/adopted-probes.ts index b71d80e0..29175e70 100644 --- a/src/lib/adopted-probes.ts +++ b/src/lib/adopted-probes.ts @@ -85,7 +85,7 @@ export class AdoptedProbes { getUpdatedLocation (probe: Probe) { const adoptedProbe = this.getByIp(probe.ipAddress); - if (!adoptedProbe || !adoptedProbe.isCustomCity) { + if (!adoptedProbe || !adoptedProbe.isCustomCity || adoptedProbe.country !== probe.location.country) { return probe.location; }