0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 06:10:44 -05:00

Expanded generateRandomisedItemsAndAddToRewardPool logging

This commit is contained in:
Chomp 2025-01-28 09:14:35 +00:00
parent 15b5cd117b
commit faba521553

View File

@ -826,7 +826,7 @@ export class CircleOfCultistService {
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);
currentItemCount++;
}