fix(webui): can't acquire entrati lanthorn

This commit is contained in:
Sainan 2025-03-21 00:48:50 +01:00
parent 9b16dc2c6a
commit 4cd35ef4d9

View File

@ -119,7 +119,10 @@ const getItemListsController: RequestHandler = (req, response) => {
name = name.split("|FISH_SIZE|").join(getString("/Lotus/Language/Fish/FishSizeSmallAbbrev", lang));
}
}
if (uniqueName.substr(0, 30) != "/Lotus/Types/Game/Projections/") {
if (
uniqueName.substr(0, 30) != "/Lotus/Types/Game/Projections/" &&
uniqueName != "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLanthornBundle"
) {
res.miscitems.push({
uniqueName: uniqueName,
name: name