返回提交历史
Modified
src/controllers/api/inventoryController.ts
+1
-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
代码差异
1 个文件
+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) {