Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suprohub committed Feb 24, 2025
1 parent 1a2201f commit c3b47fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumpkin/src/entity/combat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub async fn handle_knockback(attacker: &Entity, world: &World, victim: &Entity,
let victim_velocity = victim.velocity.load();

let packet = &CEntityVelocity::new(
entity_id,
&entity_id,
victim_velocity.x,
victim_velocity.y,
victim_velocity.z,
Expand Down

0 comments on commit c3b47fe

Please # to comment.