diff --git a/Libraries/SPTarkov.Server.Core/Controllers/InventoryController.cs b/Libraries/SPTarkov.Server.Core/Controllers/InventoryController.cs index 2545e35e..8207a1d7 100644 --- a/Libraries/SPTarkov.Server.Core/Controllers/InventoryController.cs +++ b/Libraries/SPTarkov.Server.Core/Controllers/InventoryController.cs @@ -466,7 +466,7 @@ public class InventoryController( } catch { - logger.Error(serverLocalisationService.GetText("inventory-examine_item_does_not_exist", request.ItemId)); + logger.Error(serverLocalisationService.GetText("inventory-examine_item_does_not_exist", request.ItemId.ToString())); } }