From 632a9fab6eb5bc7bd858e3c30eeb965f245b5fe4 Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Fri, 24 Oct 2025 06:38:35 +0200 Subject: [PATCH] exclude nightcap from Supported syndicate cheat --- static/webui/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/webui/script.js b/static/webui/script.js index 697631cd..f1a899be 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -559,7 +559,7 @@ function fetchItemList() { }); } else if (type == "Syndicates") { items.forEach(item => { - if (item.uniqueName === "ConclaveSyndicate") { + if (["ConclaveSyndicate", "NightcapJournalSyndicate"].includes(item.uniqueName)) { return; } if (item.uniqueName.startsWith("RadioLegion")) {