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

improve getFleaPriceForItem() warning message

This commit is contained in:
Dev 2023-06-17 11:47:50 +01:00
parent 3918bf785e
commit de1b33b963

View File

@ -104,7 +104,7 @@ export class RagfairPriceService implements OnLoad
if (itemPrice === 1)
{
this.logger.debug(`Missing item price for ${tplId}`);
this.logger.warning(`Missing live flea or handbook item price for ${tplId}, defaulting to 1, if this is a modded item contact the mods author`);
}
return itemPrice;