返回提交历史
Modified
src/controllers/custom/getItemListsController.ts
+4
-1
XFEstudio/SpaceNinjaServer
fix(webui): can't acquire entrati lanthorn
4cd35ef4
代码差异
1 个文件
+4
-1
@@ -119,7 +119,10 @@ const getItemListsController: RequestHandler = (req, response) => {
119
119
name = name.split("|FISH_SIZE|").join(getString("/Lotus/Language/Fish/FishSizeSmallAbbrev", lang));
120
120
}
121
121
}
122
if (uniqueName.substr(0, 30) != "/Lotus/Types/Game/Projections/") {
122
if (
123
uniqueName.substr(0, 30) != "/Lotus/Types/Game/Projections/" &&
124
uniqueName != "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLanthornBundle"
125
) {
123
126
res.miscitems.push({
124
127
uniqueName: uniqueName,
125
128
name: name