Removed unused function result
This commit is contained in:
parent
6790dcaba5
commit
d47d9f7b17
@ -634,13 +634,7 @@ export class FenceService {
|
|||||||
const itemTypeLimitCounts = this.initItemLimitCounter(this.traderConfig.fence.itemTypeLimits);
|
const itemTypeLimitCounts = this.initItemLimitCounter(this.traderConfig.fence.itemTypeLimits);
|
||||||
|
|
||||||
if (itemCounts.item > 0) {
|
if (itemCounts.item > 0) {
|
||||||
const itemResult = this.addItemAssorts(
|
this.addItemAssorts(itemCounts.item, result, baseFenceAssortClone, itemTypeLimitCounts, loyaltyLevel);
|
||||||
itemCounts.item,
|
|
||||||
result,
|
|
||||||
baseFenceAssortClone,
|
|
||||||
itemTypeLimitCounts,
|
|
||||||
loyaltyLevel,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (itemCounts.weaponPreset > 0 || itemCounts.equipmentPreset > 0) {
|
if (itemCounts.weaponPreset > 0 || itemCounts.equipmentPreset > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user