Fixed ExamineItem() log message error

This commit is contained in:
Chomp
2025-10-11 19:48:20 +01:00
parent 7403990e69
commit 0582f8d5fc
@@ -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()));
}
}