Update getItemListsController.ts

This commit is contained in:
AMelonInsideLemon 2025-01-19 14:41:24 +01:00
parent ad47be9a26
commit 425ec568ee

View File

@ -63,8 +63,8 @@ const getItemListsController: RequestHandler = (req, response) => {
name: getString(item.name, lang) name: getString(item.name, lang)
}); });
if (uniqueName.split("/")[5] != "SentTrainingAmplifier") { if (uniqueName.split("/")[5] != "SentTrainingAmplifier") {
res.ModularParts.push({ res.miscitems.push({
uniqueName, uniqueName: "MiscItems:" + uniqueName,
name: getString(item.name, lang) name: getString(item.name, lang)
}); });
} }