feat: nightcap syndicate #2934

Merged
Sainan merged 6 commits from AMelonInsideLemon/SpaceNinjaServer:nightcap-syndicate into main 2025-10-25 00:26:37 -07:00
Showing only changes of commit 632a9fab6e - Show all commits

View File

@ -559,7 +559,7 @@ function fetchItemList() {
}); });
} else if (type == "Syndicates") { } else if (type == "Syndicates") {
items.forEach(item => { items.forEach(item => {
if (item.uniqueName === "ConclaveSyndicate") { if (["ConclaveSyndicate", "NightcapJournalSyndicate"].includes(item.uniqueName)) {
return; return;
} }
if (item.uniqueName.startsWith("RadioLegion")) { if (item.uniqueName.startsWith("RadioLegion")) {