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

chore: update skipAllPopups to avoid U22 PoE update popup (#3410)

Haven't encountered any side effects so far, regarding tutorial, skip tutorial, etc. Otherwise popup normally appears in U22 when you finish the first tutorial mission, enter orbiter and then relog, and then it normally shows up. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3410 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <187183497+Veniman8000@users.noreply.github.com> Co-committed-by: Animan8000 <187183497+Veniman8000@users.noreply.github.com>

032d6402
Animan8000 <187183497+Veniman8000@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -0
Modified src/controllers/api/inventoryController.ts +1 -0
@@ -385,6 +385,7 @@ export const getInventoryResponse = async (
385 385 for (const str of allPopups) {
386 386 addString(inventoryResponse.NodeIntrosCompleted, str);
387 387 }
388 inventoryResponse.PlayedParkourTutorial = true; // Skips PoE update popup in U22
388 389 }
389 390
390 391 if (config.worldState?.baroTennoConRelay) {