返回提交历史
Modified
src/controllers/custom/getItemListsController.ts
+2
-1
XFEstudio/SpaceNinjaServer
chore(webui): add duviri fish to "add items" (#4065)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/4065 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
d7798c08
代码差异
1 个文件
+2
-1
@@ -286,7 +286,8 @@ const getItemListsController: RequestHandler = (req, response) => {
286
286
});
287
287
} else if (
288
288
name &&
289
uniqueName.substring(0, 30) != "/Lotus/Types/Game/Projections/" &&
289
!uniqueName.startsWith("/Lotus/Types/Game/Projections/") &&
290
!uniqueName.startsWith("/Lotus/Types/Gameplay/Duviri/Resource/Fish/") && // Duviri fish seem to be present twice, but only the ones under /Lotus/Types/Items/Fish/Duviri/ can be used for the fish tank/vignette.
290
291
uniqueName != "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLanthornBundle"
291
292
) {
292
293
res.miscitems.push({