From 425ec568ee2c50b19a36f034ee69414569c0568a Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Sun, 19 Jan 2025 14:41:24 +0100 Subject: [PATCH] Update getItemListsController.ts --- src/controllers/custom/getItemListsController.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/custom/getItemListsController.ts b/src/controllers/custom/getItemListsController.ts index ea1e614b..5033d492 100644 --- a/src/controllers/custom/getItemListsController.ts +++ b/src/controllers/custom/getItemListsController.ts @@ -63,8 +63,8 @@ const getItemListsController: RequestHandler = (req, response) => { name: getString(item.name, lang) }); if (uniqueName.split("/")[5] != "SentTrainingAmplifier") { - res.ModularParts.push({ - uniqueName, + res.miscitems.push({ + uniqueName: "MiscItems:" + uniqueName, name: getString(item.name, lang) }); }