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(import): handle MadeStoryModeDecision & HasResetAccount (#3478)

For old accounts (if those ever get imported by anyone) or if anyone wants to tinker with the field for whatever reason. Also affects (to some extent at least) in builds like U15.0.6 whether the account is finished with tutorial Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3478 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>

136dc3f3
Animan8000 <187183497+Veniman8000@users.noreply.github.com>
提交于

代码差异

1 个文件 +2 -0
Modified src/services/importService.ts +2 -0
@@ -350,7 +350,9 @@ export const importInventory = (db: TInventoryDatabaseDocument, client: Partial<
350 350 "HasOwnedVoidProjectionsPreviously",
351 351 "ReceivedStartingGear",
352 352 "ArchwingEnabled",
353 "HasResetAccount",
353 354 "PlayedParkourTutorial",
355 "MadeStoryModeDecision",
354 356 "Staff",
355 357 "Moderator",
356 358 "Partner",