chore(webui): exclude always available items from datalist #2783
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "AMelonInsideLemon/SpaceNinjaServer:exclude-from-add-missing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add MissingMaybe better to put such items only into the itemMap without adding them to the datalist?
Yeah, perhaps, if acquiring these items would needlessly bloat the inventory.
chore(webui): exclude always available items from `Add Missing`to chore(webui): exclude always available items from datalist@ -459,2 +460,3 @@name: getString(item.name, lang)});};if (item.alwaysAvailable) flavourItem.alwaysAvailable = true;Redundant conditional since undefined will be passed on as undefined