返回提交历史
Modified
src/services/missionInventoryUpdateService.ts
+1
-0
XFEstudio/SpaceNinjaServer
fix: unset LibraryPersonalTarget after completing it (#1913)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1913 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
0af7f412
代码差异
1 个文件
+1
-0
@@ -380,6 +380,7 @@ export const addMissionInventoryUpdates = async (
380
380
: 10)
381
381
) {
382
382
progress.Completed = true;
383
inventory.LibraryPersonalTarget = undefined;
383
384
}
384
385
logger.debug(`synthesis of ${scan.EnemyType} added to personal target progress`);
385
386
synthesisIgnored = false;