forked from OpenWF/SpaceNinjaServer
exclude nightcap from Supported syndicate cheat
This commit is contained in:
parent
85b403e452
commit
632a9fab6e
@ -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")) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user