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

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

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
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

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