From 3b653c9b142c59130bfed69fdf9e1bedef9f4a6a Mon Sep 17 00:00:00 2001 From: Sebastian Delmont Date: Thu, 17 Nov 2022 14:40:03 -0500 Subject: [PATCH] Don't use grids from OAMS. (AKA, the "VO1AA is not at DO87" bug) --- package.nw/lib/gt.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/package.nw/lib/gt.js b/package.nw/lib/gt.js index eb3e5cc..e5bd2cd 100644 --- a/package.nw/lib/gt.js +++ b/package.nw/lib/gt.js @@ -7019,15 +7019,6 @@ function handleWsjtxDecode(newMessage) var hash = msgDEcallsign + newMessage.OB + newMessage.OM; if (hash in g_liveCallsigns) callsign = g_liveCallsigns[hash]; - if (theirQTH == "" && msgDEcallsign in g_gtCallsigns && g_gtCallsigns[msgDEcallsign] in g_gtFlagPins) - { - if (g_gtFlagPins[g_gtCallsigns[msgDEcallsign]].grid.length > 0) - { - theirQTH = g_gtFlagPins[g_gtCallsigns[msgDEcallsign]].grid.substr(0, 4); - validQTH = true; - } - } - var canPath = false; if ( (g_appSettings.gtBandFilter.length == 0 ||