fix(webui): ignore MiscItems that don't have a name
All checks were successful
Build / build (22) (push) Successful in 1m14s
Build / build (18) (push) Successful in 1m10s
Build / build (20) (pull_request) Successful in 1m12s
Build / build (20) (push) Successful in 44s
Build / build (18) (pull_request) Successful in 42s
Build / build (22) (pull_request) Successful in 1m9s
All checks were successful
Build / build (22) (push) Successful in 1m14s
Build / build (18) (push) Successful in 1m10s
Build / build (20) (pull_request) Successful in 1m12s
Build / build (20) (push) Successful in 44s
Build / build (18) (pull_request) Successful in 42s
Build / build (22) (pull_request) Successful in 1m9s
This commit is contained in:
parent
24ed580a97
commit
f4f7212eb0
@ -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"
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user