返回提交历史
Modified
src/controllers/custom/getItemListsController.ts
+1
-0
XFEstudio/XFESpaceNinjaServer
fix(webui): ignore MiscItems that don't have a name (#1429)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1429 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
74d9428a
代码差异
1 个文件
+1
-0
@@ -115,6 +115,7 @@ const getItemListsController: RequestHandler = (req, response) => {
115
115
}
116
116
}
117
117
if (
118
name &&
118
119
uniqueName.substr(0, 30) != "/Lotus/Types/Game/Projections/" &&
119
120
uniqueName != "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLanthornBundle"
120
121
) {