if dxcc = -1, no roster

pipelines/432154651^2
Matthew Chambers 2021-12-12 09:09:57 -06:00
rodzic a894785ec0
commit 92e46219c1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ function processRosterFiltering(callRoster, rosterSettings)
callObj.reset = true; callObj.reset = true;
continue; continue;
} }
if (entry.message.type != 2) if (callObj.dxcc == -1)
{ {
entry.tx = false; entry.tx = false;
continue; continue;