diff --git a/project/src/controllers/HealthController.ts b/project/src/controllers/HealthController.ts index 44f8f199..79a62849 100644 --- a/project/src/controllers/HealthController.ts +++ b/project/src/controllers/HealthController.ts @@ -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);