返回提交历史
Modified
src/controllers/custom/getItemListsController.ts
+1
-1
XFEstudio/XFESpaceNinjaServer
fix(webui): showing hidden recipes for "add items" (#672)
ddb1a8d6
代码差异
1 个文件
+1
-1
@@ -50,7 +50,7 @@ const getItemListsController: RequestHandler = (req, res) => {
50
50
}
51
51
const recipeNameTemplate = getString("/Lotus/Language/Items/BlueprintAndItem", lang);
52
52
for (const [uniqueName, item] of Object.entries(ExportRecipes)) {
53
if (!item.secretIngredientAction) {
53
if (!item.hidden) {
54
54
const resultName = getItemName(item.resultType);
55
55
if (resultName) {
56
56
miscitems.push({