mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Expanded generateRandomisedItemsAndAddToRewardPool
logging
This commit is contained in:
parent
15b5cd117b
commit
faba521553
@ -826,7 +826,7 @@ export class CircleOfCultistService {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.logger.debug(`Added: ${this.itemHelper.getItemName(randomItem._id)}`);
|
this.logger.debug(`Added: ${this.itemHelper.getItemName(randomItem._id)} Id: ${randomItem._id}`);
|
||||||
rewardPool.add(randomItem._id);
|
rewardPool.add(randomItem._id);
|
||||||
currentItemCount++;
|
currentItemCount++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user