返回提交历史
Modified
src/controllers/api/inventoryController.ts
+1
-0
XFEstudio/XFESpaceNinjaServer
chore: set HasResetAccount with skipAllPopups (#3493)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3493 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
d528922f
代码差异
1 个文件
+1
-0
@@ -397,6 +397,7 @@ export const getInventoryResponse = async (
397
397
};
398
398
inventoryResponse.Settings.TradingRulesConfirmed = true;
399
399
inventoryResponse.PlayedParkourTutorial = true; // Skips PoE update popup in U22
400
inventoryResponse.HasResetAccount = true; // In ~U10, you are asked to confirm dojo contributions 3 times because "you will forfeit your one-time reset"
400
401
}
401
402
402
403
if (config.worldState?.baroTennoConRelay) {