Skip insured items in special slots being returned on death
This commit is contained in:
parent
8853159b55
commit
2f3202b921
@ -7,7 +7,7 @@
|
|||||||
"54cb50c76803fa8b248b4571": 75,
|
"54cb50c76803fa8b248b4571": 75,
|
||||||
"54cb57776803fa99248b456e": 85
|
"54cb57776803fa99248b456e": 85
|
||||||
},
|
},
|
||||||
"blacklistedEquipment": [],
|
"blacklistedEquipment": ["SpecialSlot1", "SpecialSlot2", "SpecialSlot3"],
|
||||||
"returnTimeOverrideSeconds": 0,
|
"returnTimeOverrideSeconds": 0,
|
||||||
"runIntervalSeconds": 600
|
"runIntervalSeconds": 600
|
||||||
}
|
}
|
||||||
|
@ -242,7 +242,7 @@ export class InsuranceService
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Skip items we should never return
|
// Skip slots we should never return
|
||||||
if (this.insuranceConfig.blacklistedEquipment.includes(preRaidItem.slotId))
|
if (this.insuranceConfig.blacklistedEquipment.includes(preRaidItem.slotId))
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user