fix(webui): ignore MiscItems that don't have a name (#1429)
Reviewed-on: OpenWF/SpaceNinjaServer#1429 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
parent
dd7805cfb2
commit
74d9428a66
@ -115,6 +115,7 @@ const getItemListsController: RequestHandler = (req, response) => {
|
||||
}
|
||||
}
|
||||
if (
|
||||
name &&
|
||||
uniqueName.substr(0, 30) != "/Lotus/Types/Game/Projections/" &&
|
||||
uniqueName != "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLanthornBundle"
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user