From 8de9c05c47bf6556db8ca217ba13b6d0c8c8ce5f Mon Sep 17 00:00:00 2001 From: maxomatic458 <104733404+maxomatic458@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:04:12 +0200 Subject: [PATCH] fix link to inventory --- crates/valence_equipment/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/valence_equipment/src/lib.rs b/crates/valence_equipment/src/lib.rs index f7f4f493f..e79c720fa 100644 --- a/crates/valence_equipment/src/lib.rs +++ b/crates/valence_equipment/src/lib.rs @@ -37,7 +37,7 @@ impl Plugin for EquipmentPlugin { } /// Contains the visible equipment of a [`LivingEntity`], such as armor and held -/// items. By default this is not synced with a player's [`Inventory`], so the +/// items. By default this is not synced with a player's [`valence_inventory::Inventory`], so the /// armor the player has equipped in their inventory, will not be visible by /// other players. You would have to change the equipment in this component here /// or attach the [`EquipmentInventorySync`] component to the player