fix(webui): ignore MiscItems that don't have a name #1429

Merged
Sainan merged 1 commits from fix-empty into main 2025-04-02 09:52:25 -07:00

View File

@ -115,6 +115,7 @@ const getItemListsController: RequestHandler = (req, response) => {
} }
} }
if ( if (
name &&
uniqueName.substr(0, 30) != "/Lotus/Types/Game/Projections/" && uniqueName.substr(0, 30) != "/Lotus/Types/Game/Projections/" &&
uniqueName != "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLanthornBundle" uniqueName != "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLanthornBundle"
) { ) {