more fixes for better pota

merge-requests/160/head test_POTA_beta1
Matthew Chambers 2022-05-19 21:11:56 -05:00
rodzic aa2ccc2c31
commit 36aa7e1d16
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -429,7 +429,7 @@ function processRosterHunting(callRoster, rosterSettings)
}
// Hunting for POTAs
if (huntPOTA.checked == true && window.opener.g_mapSettings.offlineMode == false && callObj.pota.reference != null)
if (huntPOTA.checked == true && window.opener.g_mapSettings.offlineMode == false && callObj.pota != null)
{
let huntTotal = callObj.pota.length;
let huntFound = 0, layeredFound = 0, workedFound = 0, layeredWorkedFound = 0;