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;
|
break;
|
||||||
case "SyndicateId": {
|
case "SyndicateId": {
|
||||||
|
if (!config.syndicateMissionsRepeatable) {
|
||||||
inventory.CompletedSyndicates.push(value);
|
inventory.CompletedSyndicates.push(value);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case "SortieId": {
|
case "SortieId": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user