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

Fix exception when heal item can't be found

This commit is contained in:
DrakiaXYZ 2025-01-08 12:56:34 -08:00
parent 97e4fa98ff
commit 0435b09810

View File

@ -51,7 +51,7 @@ export class HealthController {
if (!healingItemToUse) {
const errorMessage = this.localisationService.getText(
"health-healing_item_not_found",
healingItemToUse._id,
request.item,
);
this.logger.error(errorMessage);