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): show names for zaw parts (#988)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/988 Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>

a3873a17
AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
提交于

代码差异

1 个文件 +4 -1
Modified src/controllers/custom/getItemListsController.ts +4 -1
@@ -65,7 +65,10 @@ const getItemListsController: RequestHandler = (req, response) => {
65 65 uniqueName.split("/")[5] == "SUModularSecondarySet1" ||
66 66 uniqueName.split("/")[5] == "SUModularPrimarySet1" ||
67 67 uniqueName.split("/")[5] == "InfKitGun" ||
68 uniqueName.split("/")[5] == "HoverboardParts"
68 uniqueName.split("/")[5] == "HoverboardParts" ||
69 uniqueName.split("/")[5] == "ModularMelee01" ||
70 uniqueName.split("/")[5] == "ModularMelee02" ||
71 uniqueName.split("/")[5] == "ModularMeleeInfested"
69 72 ) {
70 73 res.ModularParts.push({
71 74 uniqueName,