XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 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
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -0
Modified src/controllers/custom/getItemListsController.ts +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 ) {