From 92e46219c1b790afbd42192d60e76cc8cc863414 Mon Sep 17 00:00:00 2001 From: Matthew Chambers Date: Sun, 12 Dec 2021 09:09:57 -0600 Subject: [PATCH] if dxcc = -1, no roster --- package.nw/lib/roster/processRosterFiltering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nw/lib/roster/processRosterFiltering.js b/package.nw/lib/roster/processRosterFiltering.js index d48716f5..d879ef4a 100644 --- a/package.nw/lib/roster/processRosterFiltering.js +++ b/package.nw/lib/roster/processRosterFiltering.js @@ -22,7 +22,7 @@ function processRosterFiltering(callRoster, rosterSettings) callObj.reset = true; continue; } - if (entry.message.type != 2) + if (callObj.dxcc == -1) { entry.tx = false; continue;