forked from OpenWF/SpaceNinjaServer
fix(webui): showing hidden recipes for "add items" (#672)
This commit is contained in:
parent
0e1ee0c669
commit
ddb1a8d665
@ -50,7 +50,7 @@ const getItemListsController: RequestHandler = (req, res) => {
|
||||
}
|
||||
const recipeNameTemplate = getString("/Lotus/Language/Items/BlueprintAndItem", lang);
|
||||
for (const [uniqueName, item] of Object.entries(ExportRecipes)) {
|
||||
if (!item.secretIngredientAction) {
|
||||
if (!item.hidden) {
|
||||
const resultName = getItemName(item.resultType);
|
||||
if (resultName) {
|
||||
miscitems.push({
|
||||
|
Loading…
x
Reference in New Issue
Block a user