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): can't acquire entrati lanthorn

4cd35ef4
Sainan <sainan@calamity.inc>
提交于

代码差异

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