diff --git a/crates/server/src/head_drop.rs b/crates/server/src/head_drop.rs index 7473228..f85c1b2 100644 --- a/crates/server/src/head_drop.rs +++ b/crates/server/src/head_drop.rs @@ -12,7 +12,7 @@ use shared::{ player::Player, protocol::{GltfSceneRoot, PlaySound}, utils::{ - billboards::Billboard, one_shot_force::OneShotForce, squish_animation::SquishAnimation, + billboards::Billboard, one_shot_force::OneShotImpulse, squish_animation::SquishAnimation, }, }; use std::f32::consts::PI; @@ -28,15 +28,9 @@ fn on_head_drop( time: Res