Skip to content

Commit

Permalink
remove link to private function
Browse files Browse the repository at this point in the history
  • Loading branch information
maxomatic458 committed Oct 19, 2024
1 parent 59bea02 commit f371f44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/valence_equipment/src/inventory_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ pub(crate) fn equipment_inventory_sync(
}

/// Handles the case where the client changes the slot (the bevy change is
/// suppressed for this). See
/// [`valence_inventory::handle_update_selected_slot`].
/// suppressed for this)
pub(crate) fn equipment_held_item_sync_from_client(
mut clients: Query<(&HeldItem, &Inventory, &mut Equipment), With<EquipmentInventorySync>>,
mut events: EventReader<UpdateSelectedSlotEvent>,
Expand Down

0 comments on commit f371f44

Please sign in to comment.