diff --git a/server/src/state_ext.rs b/server/src/state_ext.rs index 90bb228af1..9d91e90357 100644 --- a/server/src/state_ext.rs +++ b/server/src/state_ext.rs @@ -560,7 +560,6 @@ impl StateExt for State { ) .with(comp::Scale(1.0)) .with(comp::Vel(Vec3::new(0.0, 0.0, 0.0))) - .with(comp::MountState::Unmounted) .build(); restore_pet(self.ecs(), pet_entity, entity, pet);