Skip to content

Commit

Permalink
fix link to inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
maxomatic458 committed Oct 23, 2024
1 parent 7a9ce5d commit 8de9c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/valence_equipment/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8de9c05

Please sign in to comment.