seems like these do not show "IDENTIFIED"
All checks were successful
Build / build (18) (push) Successful in 37s
Build / build (20) (push) Successful in 48s
Build / build (22) (push) Successful in 48s
Build / build (18) (pull_request) Successful in 38s
Build / build (20) (pull_request) Successful in 48s
Build / build (22) (pull_request) Successful in 47s

This commit is contained in:
Sainan 2025-02-28 07:18:32 +01:00
parent 5632daff25
commit c102a459b6

View File

@ -310,8 +310,7 @@ export const addMissionRewards = async (
if (rewardInfo.useVaultManifest) {
MissionRewards.push({
StoreItem: getRandomElement(corruptedMods),
ItemCount: 1,
FromEnemyCache: true
ItemCount: 1
});
}