Update src/services/missionInventoryUpdateService.ts
All checks were successful
Build / build (pull_request) Successful in 1m44s
All checks were successful
Build / build (pull_request) Successful in 1m44s
This commit is contained in:
parent
93d0ef34de
commit
92c8940876
@ -445,7 +445,9 @@ export const addMissionInventoryUpdates = async (
|
||||
});
|
||||
break;
|
||||
case "SyndicateId": {
|
||||
inventory.CompletedSyndicates.push(value);
|
||||
if (!config.syndicateMissionsRepeatable) {
|
||||
inventory.CompletedSyndicates.push(value);
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "SortieId": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user