fix: not getting cache rewards due to early bail

This commit is contained in:
Sainan 2024-06-30 00:54:10 +02:00
parent 81cc773faa
commit d2150b0594

View File

@ -27,9 +27,6 @@ const getRewards = ({
if (RewardInfo.node in ExportRegions) {
const region = ExportRegions[RewardInfo.node];
const rewardManifests = region.rewardManifests ?? [];
if (rewardManifests.length == 0) {
return { InventoryChanges: {}, MissionRewards: [] };
}
let rotations: number[] = [];
if (RewardInfo.VaultsCracked) {