From 6f4c15c157ff956352bebd9e20a06610ef3d3196 Mon Sep 17 00:00:00 2001 From: christian Date: Sun, 4 Jul 2021 23:07:51 -0400 Subject: [PATCH] unknown dxxc filter for roster --- package.nw/lib/roster/processRosterHunting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nw/lib/roster/processRosterHunting.js b/package.nw/lib/roster/processRosterHunting.js index ded6a15..a318237 100644 --- a/package.nw/lib/roster/processRosterHunting.js +++ b/package.nw/lib/roster/processRosterHunting.js @@ -41,7 +41,7 @@ function processRosterHunting(callRoster, rosterSettings) } // Only render entries with `tx == true`, ignore the rest - if (entry.tx == true) + if (callObj.dxcc != -1 && entry.tx == true) { // In layered mode ("Hunting: mixed") the workHashSuffix becomes a more stricter 'live band', // while the layered suffix is a broader 'mixed band'